diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-26 09:54:11 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-26 09:54:11 +0200 |
commit | 6c5c22b877f6a91b4046433e13588cd3c679dc3f (patch) | |
tree | 1a39e8c744ad57a89566462f7a459d953541a97b /skins | |
parent | 2c0d3e1dd0a3df01c8adea0de5f2826f0bcb9434 (diff) |
Create/rename groups in UI dialogs (#1489951)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 6 | ||||
-rw-r--r-- | skins/larry/styles.css | 4 |
2 files changed, 8 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 { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 5b76a4f1d..720b21e56 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2569,6 +2569,10 @@ ul.toolbarmenu li span.copy { z-index: 255; } +.popup label > input { + margin-left: 10px; +} + /*** folder selector ***/ #folder-selector { |