From: Thierry Parmentelat Date: Tue, 12 Nov 2013 14:35:01 +0000 (+0100) Subject: Merge branch 'master' into newnames X-Git-Tag: myslice-0.3-0~113^2~7^2~24 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=f8a614d0271ddc3046e18d826df01f72a861257c;hp=-c Merge branch 'master' into newnames Conflicts: ui/topmenu.py --- f8a614d0271ddc3046e18d826df01f72a861257c diff --combined unfold/static/css/onelab_marko.css index 1b992b9f,7e19d780..92253f90 --- a/unfold/static/css/onelab_marko.css +++ b/unfold/static/css/onelab_marko.css @@@ -9,10 -9,8 +9,8 @@@ /* color: #fff; */ } - .container h1 { + .container h1, .container h2 { color: #fff !important; - font-family: Ubuntu; - margin-top: 60px; } div.plugin-outline-complete, @@@ -270,9 -268,9 +268,9 @@@ div.dataTables_info -/* HAZELNUT */ +/* QUERYTABLE */ -div.Hazelnut table.dataTable th { +div.QueryTable table.dataTable th { font: bold 12px/22px Ubuntu, Arial, sans-serif; color: #333 !important; border-right: 0px solid #333 !important; @@@ -286,18 -284,18 +284,18 @@@ background: url('../img/tablesort-header.jpg') no-repeat !important; } -div.Hazelnut table.dataTable td, div.Hazelnut table.dataTable textarea, div.Hazelnut table.dataTable input [type="text"] { +div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] { font: normal 12px Ubuntu, Arial, Helvetica, sans-serif; border-right: 0px solid #fff !important; border-bottom: 1px solid #fff !important; } -div.Hazelnut table.dataTable thead { +div.QueryTable table.dataTable thead { background: url('../img/tablesort-header.png') repeat-x !important; background-color: #caebea; } -div.Hazelnut table.dataTable tfoot { +div.QueryTable table.dataTable tfoot { background: url('../img/tablesort-header.png') repeat-x !important; /* background-color: # !important; */ }