updated stylesheet
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 20 Oct 2007 15:49:03 +0000 (15:49 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 20 Oct 2007 15:49:03 +0000 (15:49 +0000)
webcit/static/webcit.css

index dce6a36fb436fdfa55bfb48a3bcb3ee4ae7d2713..a615bf922d010f9450fc03b515f88f00eeddf39a 100644 (file)
@@ -1097,32 +1097,42 @@ table.advanced {
 
 /* Tabs */
 
-.tab_cell_label, .tab_cell, .tab_cell_edit {
+#TheTabs {
+        margin: 3% auto 0 auto;
+        width: 94%;
 }
 
 ul.tabbed_dialog {
         list-style: none;
-       margin: 3% auto 0 auto;
-       width: 96%;
-       padding: 0;
-       white-space: nowrap;
+        margin: 3% auto 0 auto;
+        width: 96%;
+        padding: 0;
+        white-space: nowrap;
         text-align: center;
         vertical-align: middle;
 }
 
 ul.tabbed_dialog li {
-       margin: 0 3% 0 3%;
-       padding: 4px;
+        margin: 0 3% 0 3%;
+        padding: 4px;
         float: left;
 }
 
 .tabcontent {
-       margin: 3% auto 0 auto;
+       margin: 0 auto 0 auto;
        width: 96%;
        padding: 10px;
        clear: both;
 }
 
+.tabcontent_submit {
+        margin: 0 auto 0 auto;
+        width: 50%;
+        padding: 10px;
+        text-align: center;
+}
+
+
 /* Calendar view */
 
 .calendar {