summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-18 14:36:43 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-18 14:36:43 +0200
commitd9e541c5fecfbaba784596ab0e345bfc3063d13e (patch)
tree4df0b33b76538bd99342a67ce62f798db3c20e79 /skins
parent9240c96339b26989f060c57c61a2677e2f1e502e (diff)
Better styles for hidden (voice) elements and attachments list icons
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css15
-rw-r--r--skins/larry/templates/compose.html2
2 files changed, 12 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 7e20495d9..2f547121b 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -37,7 +37,13 @@ img {
.voice {
position: absolute;
- top: -1000px;
+ border: 0;
+ clip: rect(0 0 0 0);
+ width: 1px;
+ height: 1px;
+ margin: -1px;
+ padding: 0;
+ overflow: hidden;
}
input[type="text"],
@@ -2769,14 +2775,15 @@ ul.toolbarmenu li span.copy {
padding: 0;
text-decoration: none;
text-indent: -5000px;
- background: url(images/buttons.png) -7px -337px no-repeat;
+ background-image: url(images/buttons.png);
+ background-position: -6px -338px;
+ background-repeat: no-repeat;
}
.attachmentslist li a.cancelupload {
- background-position: -7px -377px;
+ background-position: -6px -378px;
}
-
/*** fieldset tabs ***/
.tabbed.ui-tabs {
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index 83a47913e..7fa21650e 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -175,7 +175,7 @@
<div style="text-align:center; margin-bottom:20px">
<roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform(event);return false" tabindex="1" />
</div>
- <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" />
+ <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" />
<roundcube:object name="fileDropArea" id="compose-attachments" />
</div>
<!--