X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fxoslib%2Fstatic%2Fcss%2FxosAdminSite.css;h=256a8a4d648cb56fe3a6ad6943db8253a0a8f3ea;hb=753a13edfd39603fbdc59747c4d7c2b59a2d06b9;hp=e73a51f58a081ce689d41b34526fdd1fe0eb8a9d;hpb=4f448db2b8df00b6bb4df53fd1e6c8e0e7ae4ad5;p=plstackapi.git diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/planetstack/core/xoslib/static/css/xosAdminSite.css index e73a51f..256a8a4 100644 --- a/planetstack/core/xoslib/static/css/xosAdminSite.css +++ b/planetstack/core/xoslib/static/css/xosAdminSite.css @@ -1,3 +1,14 @@ +.xos-help-cell { + font-size: 11px; + color: #999; + padding-bottom: 1%; +} + +.xos-detail-table td { + padding-left: 10px; + padding-right: 10px; +} + .test-table td, th { border: 1px solid black; } @@ -7,49 +18,111 @@ text-decoration:underline; } -#navigationPanel { - position: absolute; - top: 100px; - left: 0; - width: 130px; - bottom: 0; - overflow: hidden; - background-color: #F0F0F0; -} - -#headerPanel { - position: absolute; - top: 0; - left: 0; - right: 0; - width: auto; - height: 100px; - overflow: hidden; - background-color: #F0E0E0; -} - -#logPanel { - position: absolute; - top: auto; - left: 130px; - right: 0; - bottom: 0; - width: auto; - height: 100px; - overflow: hidden; - background-color: #F0E0E0; -} - -#contentPanel { - position: fixed; - top: 100px; - bottom: 100px; - left: 130px; - right: 0; - overflow: auto; - background: #f0F0E0; +.xos-log.xos-success { + background-color: #00ff00; +} + +.xos-log.xos-inprog { + background-color: #ffff00; +} + +.xos-log.xos-failure { + background-color: #ff0000; } .btn-xosnav { width: 120px; } + +.xos-nav-list { + list-style:none; + border-bottom-style: solid; + border-bottom-color: #105E9E; + color: #105E93; + margin: 0px 4px 15px 5px; +} + +.xos-nav-item { + background-color: #E0E0E0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + + display: inline-block; + content: normal; + clear: none; + + padding:8px 20px 7px; + + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 13px; + font-weight: bold; + color: #105E9E; + border: none; + box-shadow: none; + cursor: pointer; +} + +.xos-nav-item:hover { + background-color: #A0A0A0; + letter-spacing: 1px; +} + +.xos-nav-item.active { + background-color: #105E9E; + color:#ffffff; + font-weight:normal; + padding-top:10px; + text-decoration:none; +} + +.help-inline.error { + color: red; + font-weight: bold; +} + +/* these are for the inline list and detail titles */ + +.xos-list-title { + display: none; +} + +.xos-detail-title { + display: none; +} + +/* this one goes with contenttitle */ + +#xos-list-title-spinner { + display: none; +} + +/* undo what planetstack.css does to the progressbar */ +#xos-startup-progress .ui-progressbar-value { + background-color: rgb(204,204,204) !important; + background-image: url(http://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) !important; + border-top: 1px !important; + border-right: 1px !important; + border-left: 1px !important; +} + +#xos-detail-button-box { + display: none; +} + +#xos-listview-button-box { + display: none; +} + +#xos-confirm-dialog { + display: none; +} + +.picker_row { + display: table; +} +.picker_column { + display: table-cell; + padding: 10px; +}