X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab_marko.css;h=d310399473035b4dc9e2fe611a2234c20c5ba642;hb=a52c3773de8611def256d97dd699ba09d390b8fd;hp=8bd072e3b606f202365d48831777f52e3d633279;hpb=50c3bd3376d148186b01e8dd20cd2c08db8ba57d;p=unfold.git diff --git a/portal/static/css/onelab_marko.css b/portal/static/css/onelab_marko.css index 8bd072e3..d3103994 100644 --- a/portal/static/css/onelab_marko.css +++ b/portal/static/css/onelab_marko.css @@ -15,6 +15,14 @@ height: 100%; } +table { + color:white; +} +table.dataTable { + color:black; +} + + .container h1, .container h2 { color: #fff !important; } @@ -165,16 +173,21 @@ h2.well.well-lg { - +/* if window enlarged wider than background picture */ +body { + background: black !important; +} /* TOPMENU.CSS */ +/* Thierry : turning this off body { - /* background: #30196d !important; */ - background: black !important; + *//* background: #30196d !important; *//* + background: black !important; padding-top: 60px; padding-bottom: 0px; } +Thierry */ /* Thierry : turning this off div.topmenu { @@ -296,7 +309,7 @@ div.QueryTable table.dataTable th { text-align: left; padding: 8px 12px 4px 20px; vertical-align:middle; - background: url('../img/tablesort-header.jpg') no-repeat !important; + background: url('../img/tablesort-header.png') no-repeat !important; } div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] { @@ -328,7 +341,10 @@ table.query-editor { .query-editor-spacer, .plugin.QueryUpdater, -.plugin.Tabs { +/* Thierry : turning this off +.plugin.Tabs +Thierry */ +{ margin-top: 60px !important; } @@ -414,8 +430,3 @@ table.query-editor td { padding-left: 0 !important; } -.simplelist { - font-size: 100%; - text-align: center !important; - margin: 0 auto; -}