Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-11-22 13:03:43 +0300
committerAleksander Machniak <alec@alec.pl>2016-11-22 13:03:43 +0300
commita044338d9cbb000deba97a781595b20cc1fe4cc5 (patch)
tree775ade6fbad2ddc428485208ce59d6906db350f4 /skins
parentdad1852126afd0fb34d85b2137de93844077895b (diff)
Fix alignment of error icon
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 9219d81a3..edaa56a75 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -552,7 +552,7 @@ a.iconlink.upload {
#message div.error {
color: #cf2734;
- background-position: 0 -55px;
+ background-position: 0 -57px;
}
#message div.confirmation {