Skip to content

Commit

Permalink
Fixed: Issue # 83 openbaton/dashboard#83
Browse files Browse the repository at this point in the history
Fixed layout and cleaned code
Zohaib Hassan committed Jul 10, 2017
1 parent ba3a6e6 commit be32dd0
Showing 2 changed files with 381 additions and 343 deletions.
19 changes: 18 additions & 1 deletion src/main/resources/static/dist/css/openbaton.css
Original file line number Diff line number Diff line change
@@ -846,4 +846,21 @@ td p {
#page-wrapper {min-height: 100vh !important;}
.glyphicon-refresh-animate { -animation: spin .7s infinite linear; -webkit-animation: spin2 .7s infinite linear; }
@-webkit-keyframes spin2 { from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(360deg);} }
@keyframes spin { from { transform: scale(1) rotate(0deg);} to { transform: scale(1) rotate(360deg);} }
@keyframes spin { from { transform: scale(1) rotate(0deg);} to { transform: scale(1) rotate(360deg);} }
#vduTabletable textarea.form-control {
height: 34px;
border-radius: 0px;
}
#vduTabletable td {
padding: 0px !important;
border: none !important;
}

#vduTabletable .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
background-color: white;
}
.padding10{
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
705 changes: 363 additions & 342 deletions src/main/resources/static/pages/nsdescriptors/nsdescriptors.html

Large diffs are not rendered by default.

0 comments on commit be32dd0

Please sign in to comment.