瀏覽代碼

Forgot CSS style for resizable widget code

pdontthink 18 年之前
父節點
當前提交
03a02f2dcc
共有 2 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      templates/default_advanced/css/advanced.css
  2. 二進制
      templates/default_advanced/images/grippie.png

+ 17 - 0
templates/default_advanced/css/advanced.css

@@ -82,6 +82,7 @@
     padding-bottom: 2px;
 }
 
+
 /* advanced message editing defs */
 #colorSample    {
     width: 50px;
@@ -98,6 +99,7 @@
     font-weight: bold;
 }
 
+
 /* Advanced Tree definitions */
 .dtree {
        font-size:11px;
@@ -133,3 +135,18 @@
 .dtree .clip {
     overflow: hidden;
 }
+
+
+/* Resizing handle */
+.resize_handle {
+    height: 9px;
+    overflow: hidden;
+    border-color: #DDDDDD;
+    border-style: solid;
+    border-width: 0px 1px 1px;
+    cursor: s-resize;
+/* FIXME! HOW DO WE BETTER DEFINE IMAGE PATHS HERE? */
+    background: #EEEEEE url(../images/grippie.png) no-repeat center 2px;
+}
+
+

二進制
templates/default_advanced/images/grippie.png