浏览代码

helios: css tweaks

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;
 }