finetuning
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Jan 2009 20:26:18 +0000 (20:26 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Jan 2009 20:26:18 +0000 (20:26 +0000)
planetlab/css/plc_table.css
planetlab/minitab/minitab.css

index cd752ad..63398c6 100644 (file)
@@ -84,12 +84,12 @@ td.plc_table [class~="alt"]
         background: #edf3f3 url(/planetlab/icons/tablesort_col_alt.jpg) no-repeat !important;
         }
 /* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
-tbody tr.alt td:first-child
+table.plc_table tbody tr.alt td:first-child
         {
         background: #F5FAFA url(/planetlab/icons/tablesort_bullet2.gif) no-repeat;
         font-weight:bold;
         }
-tbody tr td:first-child
+table.plc_table tbody tr td:first-child
         {
         background: #fff url(/planetlab/icons/tablesort_bullet1.gif) no-repeat;
         font-weight:bold;
@@ -97,9 +97,11 @@ tbody tr td:first-child
 
 td.table_flushleft {
     text-align:left;
+    padding-left: 30px;
 }
 td.table_flushright {
     text-align:right;
+    padding-right: 30px;
 }
 table.table_dialogs {
     width:100%;
index ab89226..e278c9a 100644 (file)
@@ -5,10 +5,10 @@ li.minitab {
     font-style: oblique;
 }    
 #container {
-        padding: 15px;
+        padding: 20px;
         margin: 8px 0;
         width:80%;
-/*        margin:40px auto; */
+        margin:8px auto;
         }
 #miniflex {
         width: 100%;
@@ -24,7 +24,7 @@ li.minitab {
 #miniflex li {
         float: left;
         margin: 0;
-        padding: 0;
+        padding: 0 8px 0 8px;
         display: inline;
         list-style: none;
         position:relative;
@@ -54,9 +54,3 @@ li.minitab {
         padding-bottom: 2px;
         border-bottom: 4px solid #696;
         }
-/*
-   br
-        {
-        clear:both;
-        }
-*/