summaryrefslogtreecommitdiff
path: root/skins/classic/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r--skins/classic/common.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index c50d1c7af..74de5e407 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -617,6 +617,9 @@ img.uploading
height: 16px;
}
+.popup label > input {
+ margin-left: 10px;
+}
/***** common table settings ******/
@@ -643,7 +646,7 @@ table.records-table tbody tr td
border-bottom: 1px solid #EBEBEB;
overflow: hidden;
text-align: left;
- outline: none;
+ outline: none;
}
table.records-table tr
@@ -702,7 +705,6 @@ ul.treelist li div.expanded
background: url(images/icons/expanded.png) bottom right no-repeat;
}
-
ul.treelist,
ul.treelist li ul
{