]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use Genericons and fontawesome instead of images
authorMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 17:00:57 +0000 (18:00 +0100)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 17:00:57 +0000 (18:00 +0100)
theme/neo-quitter/css/display.css
theme/neo-quitter/images/lock.png [deleted file]
theme/neo-quitter/images/lock_open.png [deleted file]

index 773f397f7146c480f170cb6b3d411c7bdf8b8eee..8c3845be7aa2c650114ebb5976787b23e0c2a47d 100644 (file)
@@ -968,13 +968,30 @@ background:none;
     height: 60px;
 }
 
+.checkbox-wrapper.checked label.checkbox,
 .checkbox-wrapper.unchecked label.checkbox {
-    background: url("../images/lock_open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
+    background-image:none;
 }
 
+.checkbox-wrapper.checked label.checkbox:before,
+.checkbox-wrapper.unchecked label.checkbox:before {
+    content: "\f023";
+    display: block;
+    font: 20px/1 "fa";
+    height: 35px;
+    left: 0px;
+    position: absolute;
+    top: 0px;
+    width: 35px;
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
+    color:rgba(0,0,0,0.6);
+    text-indent:0;
+    text-align:left;
+}
 
-.checkbox-wrapper.checked label.checkbox {
-    background: url("../images/lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
+.checkbox-wrapper.unchecked label.checkbox:before {
+    content: "\f09c";
 }
 
 .form_notice label.notice_data-attach {
diff --git a/theme/neo-quitter/images/lock.png b/theme/neo-quitter/images/lock.png
deleted file mode 100644 (file)
index f0357ae..0000000
Binary files a/theme/neo-quitter/images/lock.png and /dev/null differ
diff --git a/theme/neo-quitter/images/lock_open.png b/theme/neo-quitter/images/lock_open.png
deleted file mode 100644 (file)
index 1783dd5..0000000
Binary files a/theme/neo-quitter/images/lock_open.png and /dev/null differ