]> code.citadel.org Git - citadel.git/commitdiff
Adjusted the tabcontent and tabcontent_submit styles
authorArt Cancro <ajc@citadel.org>
Thu, 21 Aug 2008 01:24:15 +0000 (01:24 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 21 Aug 2008 01:24:15 +0000 (01:24 +0000)
in order to present everything as a nice tabbed dialog with a rounded
rectangular bottom instead of the ugly 'bottom tab' look previously displayed
by the tabcontent_submit div.   All three dialogs that use this API now conform
to the new spec - one extra 'tab' at the end which is actually the submit div.

webcit/static/t/trailing.html
webcit/static/webcit.css

index cf89837663dd507b3262a1fc468ce54edf7d06c2..e69a7c0f284ed2f33b071f1c890de03e7b0efa9a 100644 (file)
@@ -5,7 +5,6 @@
  Rounded("div.boxlabel", "big transparent top");
  Rounded("li.tablabel", "small transparent top");
  Rounded("div.tabcontent_submit", "big transparent bottom");
- Rounded("div.tabcontent", "big transparent bottom");
 </script>
 </body>
 </html>
index e88391fbdca2e26cb306d8c31c6e379653e8012c..8724a4abd3afd7dc31441a4c2267bd0e9a97a9b1 100644 (file)
@@ -1161,7 +1161,7 @@ ul.tabbed_dialog li {
 
 .tabcontent_submit {
         margin: 0 auto 0 auto;
-        width: 90%;
+        width: 96%;
         padding: 10px;
         text-align: center;
 }