X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fxoslib%2Fstatic%2Fcss%2FxosAdminSite.css;h=256a8a4d648cb56fe3a6ad6943db8253a0a8f3ea;hb=753a13edfd39603fbdc59747c4d7c2b59a2d06b9;hp=a280face69ea06ffa74c7cc2ca238cb799280072;hpb=2ac3c1b75644bfece033a1df73934d97ec168c55;p=plstackapi.git diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/planetstack/core/xoslib/static/css/xosAdminSite.css index a280fac..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; } @@ -6,51 +17,17 @@ color:blue; text-decoration:underline; } -#logTable td, th { - border: 1px solid black; + +.xos-log.xos-success { + background-color: #00ff00; +} + +.xos-log.xos-inprog { + background-color: #ffff00; } -#navigationPanel { - position: absolute; - top: 100px; - left: 0; - width: 220px; - 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: 220px; - right: 0; - bottom: 0; - width: auto; - height: 100px; - overflow: hidden; - //background-color: #F0E0E0; -} - -#contentPanel { - position: fixed; - top: 100px; - bottom: 100px; - left: 220px; - right: 0; - overflow: auto; - //background: #f0F0E0; +.xos-log.xos-failure { + background-color: #ff0000; } .btn-xosnav { @@ -100,6 +77,13 @@ 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; } @@ -108,3 +92,37 @@ 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; +}