Author: damoxc
Revision: 5147
Log:
move ext-extensions to ext-extensions-debug
Diff:
Copied: trunk/deluge/ui/web/css/ext-extensions-debug.css (from rev 5141,
trunk/deluge/ui/web/css/ext-extensions.css)
===================================================================
--- trunk/deluge/ui/web/css/ext-extensions-debug.css
(rev 0)
+++ trunk/deluge/ui/web/css/ext-extensions-debug.css 2009-04-24 14:41:28 UTC
(rev 5147)
@@ -0,0 +1,139 @@
+/*
+ * ColumnTree styles
+ */
+.x-column-tree .x-tree-node {
+ zoom:1;
+}
+.x-column-tree .x-tree-node-el {
+ /*border-bottom:1px solid #eee; borders? */
+ zoom:1;
+}
+.x-column-tree .x-tree-selected {
+ background: #d9e8fb;
+}
+.x-column-tree .x-tree-node a {
+ line-height:18px;
+ vertical-align:middle;
+}
+.x-column-tree .x-tree-node a span{
+
+}
+.x-column-tree .x-tree-node .x-tree-selected a span{
+ background:transparent;
+ color:#000;
+}
+.x-tree-col {
+ float:left;
+ overflow:hidden;
+ padding:0 1px;
+ zoom:1;
+}
+
+.x-tree-col-text, .x-tree-hd-text {
+ overflow:hidden;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ padding:3px 3px 3px 5px;
+ white-space: nowrap;
+ font:normal 11px arial, tahoma, helvetica, sans-serif;
+}
+
+.x-tree-headers {
+ background: #f9f9f9
url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
+ cursor:default;
+ zoom:1;
+}
+
+.x-tree-hd {
+ float:left;
+ overflow:hidden;
+ border-left:1px solid #eee;
+ border-right:1px solid #d0d0d0;
+}
+
+/*
+ * FileUploadField component styles
+ */
+.x-form-file-wrap {
+ position: relative;
+ height: 22px;
+}
+.x-form-file-wrap .x-form-file {
+ position: absolute;
+ right: 0;
+ -moz-opacity: 0;
+ filter:alpha(opacity: 0);
+ opacity: 0;
+ z-index: 2;
+ height: 22px;
+ cursor: pointer;
+}
+.x-form-file-wrap .x-btn {
+ position: absolute;
+ right: 0;
+ z-index: 1;
+}
+.x-form-file-wrap .x-form-file-text {
+ position: absolute;
+ left: 0;
+ z-index: 3;
+ color: #777;
+}
+
+/*
+ * Spinner styles
+ */
+.x-form-spinner-proxy{
+ /*background-color:#ff00cc;*/
+}
+.x-form-field-wrap .x-form-spinner-trigger {
+ background: transparent url(/images/spinner.gif) no-repeat 0 0;
+}
+
+.x-form-field-wrap .x-form-spinner-overup{
+ background-position:-17px 0;
+}
+.x-form-field-wrap .x-form-spinner-clickup{
+ background-position:-34px 0;
+}
+.x-form-field-wrap .x-form-spinner-overdown{
+ background-position:-51px 0;
+}
+.x-form-field-wrap .x-form-spinner-clickdown{
+ background-position:-68px 0;
+}
+
+
+.x-trigger-wrap-focus .x-form-spinner-trigger{
+ background-position:-85px 0;
+}
+.x-trigger-wrap-focus .x-form-spinner-overup{
+ background-position:-102px 0;
+}
+.x-trigger-wrap-focus .x-form-spinner-clickup{
+ background-position:-119px 0;
+}
+.x-trigger-wrap-focus .x-form-spinner-overdown{
+ background-position:-136px 0;
+}
+.x-trigger-wrap-focus .x-form-spinner-clickdown{
+ background-position:-153px 0;
+}
+.x-trigger-wrap-focus .x-form-trigger{
+ border-bottom: 1px solid #7eadd9;
+}
+
+.x-form-field-wrap .x-form-spinner-splitter {
+ line-height:1px;
+ font-size:1px;
+ background:transparent url(/images/spinner-split.gif) no-repeat 0 0;
+ position:absolute;
+ cursor: n-resize;
+}
+.x-trigger-wrap-focus .x-form-spinner-splitter{
+ background-position:-14px 0;
+}
+
+.x-form-uxspinner .x-form-field-wrap {
+ height: 24px;
+}
\ No newline at end of file
Deleted: trunk/deluge/ui/web/css/ext-extensions.css
===================================================================
--- trunk/deluge/ui/web/css/ext-extensions.css 2009-04-23 22:55:52 UTC (rev
5146)
+++ trunk/deluge/ui/web/css/ext-extensions.css 2009-04-24 14:41:28 UTC (rev
5147)
@@ -1,139 +0,0 @@
-/*
- * ColumnTree styles
- */
-.x-column-tree .x-tree-node {
- zoom:1;
-}
-.x-column-tree .x-tree-node-el {
- /*border-bottom:1px solid #eee; borders? */
- zoom:1;
-}
-.x-column-tree .x-tree-selected {
- background: #d9e8fb;
-}
-.x-column-tree .x-tree-node a {
- line-height:18px;
- vertical-align:middle;
-}
-.x-column-tree .x-tree-node a span{
-
-}
-.x-column-tree .x-tree-node .x-tree-selected a span{
- background:transparent;
- color:#000;
-}
-.x-tree-col {
- float:left;
- overflow:hidden;
- padding:0 1px;
- zoom:1;
-}
-
-.x-tree-col-text, .x-tree-hd-text {
- overflow:hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- padding:3px 3px 3px 5px;
- white-space: nowrap;
- font:normal 11px arial, tahoma, helvetica, sans-serif;
-}
-
-.x-tree-headers {
- background: #f9f9f9
url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
- cursor:default;
- zoom:1;
-}
-
-.x-tree-hd {
- float:left;
- overflow:hidden;
- border-left:1px solid #eee;
- border-right:1px solid #d0d0d0;
-}
-
-/*
- * FileUploadField component styles
- */
-.x-form-file-wrap {
- position: relative;
- height: 22px;
-}
-.x-form-file-wrap .x-form-file {
- position: absolute;
- right: 0;
- -moz-opacity: 0;
- filter:alpha(opacity: 0);
- opacity: 0;
- z-index: 2;
- height: 22px;
- cursor: pointer;
-}
-.x-form-file-wrap .x-btn {
- position: absolute;
- right: 0;
- z-index: 1;
-}
-.x-form-file-wrap .x-form-file-text {
- position: absolute;
- left: 0;
- z-index: 3;
- color: #777;
-}
-
-/*
- * Spinner styles
- */
-.x-form-spinner-proxy{
- /*background-color:#ff00cc;*/
-}
-.x-form-field-wrap .x-form-spinner-trigger {
- background: transparent url(/images/spinner.gif) no-repeat 0 0;
-}
-
-.x-form-field-wrap .x-form-spinner-overup{
- background-position:-17px 0;
-}
-.x-form-field-wrap .x-form-spinner-clickup{
- background-position:-34px 0;
-}
-.x-form-field-wrap .x-form-spinner-overdown{
- background-position:-51px 0;
-}
-.x-form-field-wrap .x-form-spinner-clickdown{
- background-position:-68px 0;
-}
-
-
-.x-trigger-wrap-focus .x-form-spinner-trigger{
- background-position:-85px 0;
-}
-.x-trigger-wrap-focus .x-form-spinner-overup{
- background-position:-102px 0;
-}
-.x-trigger-wrap-focus .x-form-spinner-clickup{
- background-position:-119px 0;
-}
-.x-trigger-wrap-focus .x-form-spinner-overdown{
- background-position:-136px 0;
-}
-.x-trigger-wrap-focus .x-form-spinner-clickdown{
- background-position:-153px 0;
-}
-.x-trigger-wrap-focus .x-form-trigger{
- border-bottom: 1px solid #7eadd9;
-}
-
-.x-form-field-wrap .x-form-spinner-splitter {
- line-height:1px;
- font-size:1px;
- background:transparent url(/images/spinner-split.gif) no-repeat 0 0;
- position:absolute;
- cursor: n-resize;
-}
-.x-trigger-wrap-focus .x-form-spinner-splitter{
- background-position:-14px 0;
-}
-
-.x-form-uxspinner .x-form-field-wrap {
- height: 24px;
-}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---