You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/08/15 17:15:51 UTC

svn commit: r232820 - /incubator/roller/branches/roller_2.0/web/theme/roller.css

Author: snoopdave
Date: Mon Aug 15 08:15:35 2005
New Revision: 232820

URL: http://svn.apache.org/viewcvs?rev=232820&view=rev
Log:
More tweaks to 2.0 pages, look and feel

Modified:
    incubator/roller/branches/roller_2.0/web/theme/roller.css

Modified: incubator/roller/branches/roller_2.0/web/theme/roller.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/roller.css?rev=232820&r1=232819&r2=232820&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/roller.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/roller.css Mon Aug 15 08:15:35 2005
@@ -487,31 +487,39 @@
 div.control {
     width: 100%; 
     background: #c6ab74;
-    padding: 4px;  
-    margin: 5px 5px 5px 0px; 
 }
 div.controlToggle {
     width: 100%; 
-    padding: 4px;  
-    margin: 5px 5px 5px 0px;
+    height: 20px;
     background: url("images/two-togglegrey.png") repeat-x top;
 }
+.control input { 
+    margin: 5px; 
+}
 a.controlToggle {
+    margin: 5px; 
+    padding: 5px;
     color: black;
     background: transparent;
     text-decoration: none;
 }
-a.controlToggle:link {
+a.controlToggle:link { 
+    margin: 5px; 
+    padding: 5px;
     color: black;
     background: transparent;
     text-decoration: none;
 }
 a.controlToggle:visited {
+    margin: 5px; 
+    padding: 5px;
     color: black;
     background: transparent;
     text-decoration: none;
 }
 a.controlToggle:hover {
+    margin: 5px; 
+    padding: 5px;
     color: black;
     background: transparent;
     text-decoration: underline;