1
0
Nicolas Petton преди 12 години
родител
ревизия
6199dcc173
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      css/helios.css

+ 12 - 0
css/helios.css

@@ -64,6 +64,18 @@ i {
     line-height: 16px;
 }
 
+.state {
+    position: absolute;
+    right: 15px;
+    top: 10px;
+    width: 16px;
+    height: 16px;
+}
+
+.state.modified {
+    background: transparent url('/images/modified.png') 50% 50% no-repeat;
+}
+
 .btn, .btn-group > .btn, .btn-group > .dropdown-menu {
     padding: 2px 8px;
 }