(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Fri, 12 Aug 2011 18:24:45 +0000 (18:24 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Fri, 12 Aug 2011 18:24:45 +0000 (18:24 -0000)
docs/themes/mobile/tablet.css

index 0c65db4..6c0e4c7 100644 (file)
@@ -2432,6 +2432,60 @@ ul.sequence-links li a:active:before {
 #content-info{
        padding-top: 2em;
        font-size: 80%;
-}      
+}
+
+/* ADD
+------------------------------------------------------------------------------------------------------------------------------- */
+
+.add a:before {
+    width:16px; 
+    height:16px; 
+    /* css3 */
+    -webkit-border-radius:16px; 
+    -moz-border-radius:16px; 
+    border-radius:16px;
+}
+
+.add a:after {
+    left:3px; 
+    width:10px; 
+    height:2px; 
+    margin-top:-1px; 
+    background:#fff;
+}
+
+.add:before {
+    z-index:10; 
+    left:7px; 
+    width:2px; 
+    height:10px; 
+    margin-top:-5px;
+    background:#fff;
+}
+
+/* Alternative style */
+
+.add-alt a:before {
+    left:6px; 
+    width:5px; 
+    height:15px; 
+    margin-top:-7px;
+    background:#c55500;
+}
+
+.add-alt a:after {
+    left:1px; 
+    width:15px; 
+    height:5px; 
+    margin-top:-2px; 
+    background:#c55500;
+}
+
+.add-alt a:hover:after, 
+.add-alt a:focus:after, 
+.add-alt a:active:after {
+    background:#730800;
+}
+