summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-09 11:11:16 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-09 12:55:51 +0200
commitf5d2f08db7a6b9c96dbd61ee4707a53ee8075671 (patch)
tree3d3fbbe6f0f46ae8278e87a455a4f222861bdb03
parent5251421cc45a39ae42dbd979bac9a3f194dc8533 (diff)
- Add file type icons for plain text (#1488451) and vcard files
- Align heights of search box and decorated drop-down menu (#1488354)
-rw-r--r--skins/larry/images/filetypes.pngbin8300 -> 10309 bytes
-rw-r--r--skins/larry/styles.css25
2 files changed, 23 insertions, 2 deletions
diff --git a/skins/larry/images/filetypes.png b/skins/larry/images/filetypes.png
index 172260efc..ad5d65f93 100644
--- a/skins/larry/images/filetypes.png
+++ b/skins/larry/images/filetypes.png
Binary files differ
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 4868ed916..e297416ad 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1280,7 +1280,8 @@ ul.proplist li {
#quicksearchbar input {
width: 176px;
margin: 0;
- padding: 5px 26px 5px 38px;
+ padding: 5px 26px 2px 38px;
+ height: 18px;
background: #f1f1f1;
border-color: #a3a3a3;
font-weight: bold;
@@ -1295,7 +1296,7 @@ ul.proplist li {
#quicksearchbar #searchreset {
position: absolute;
top: 4px;
- right: 3px;
+ right: 1px;
}
@@ -1477,9 +1478,16 @@ a.menuselector:active {
a.dropdownselector {
position: absolute;
+ padding: 1px 0;
z-index: 1;
}
+a.dropdownselector .handle {
+ margin: -1px 0;
+ padding-top: 5px;
+ min-height: 20px;
+}
+
select.decorated {
position: relative;
z-index: 10;
@@ -1886,6 +1894,19 @@ ul.toolbarmenu li span.conversation {
background-position: 0 -364px;
}
+.attachmentslist li.txt,
+.attachmentslist li.text {
+ background-position: 0 -416px;
+}
+
+.attachmentslist li.vcard {
+ background-position: 0 -390px;
+}
+
+.attachmentslist li.html {
+ background-position: 0 -442px;
+}
+
.attachmentslist li a,
#compose-attachments ul li {
display: block;