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-06 12:31:37 +0300
committerAleksander Machniak <alec@alec.pl>2016-11-06 12:31:37 +0300
commit0a4e3b2d3fe88cf7faaf281df5c7828fe19fec9a (patch)
treed436bc4b535401abaaa8a5c43b50b73c7fb85639 /skins
parentcf866990f2e95ceb35470e80479675715022d7e8 (diff)
Icons alignment fix
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 4fbbd71bf..5f6f095eb 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -698,17 +698,17 @@ a.iconlink.upload {
.ui-dialog.warning .ui-dialog-title {
color: #960;
- background-position: 0 -90px;
+ background-position: 0 -91px;
}
.ui-dialog.error .ui-dialog-title {
color: #cf2734;
- background-position: 0 -60px;
+ background-position: 0 -62px;
}
.ui-dialog.confirmation .ui-dialog-title {
color: #093;
- background-position: 0 -30px;
+ background-position: 0 -32px;
}
.ui-autocomplete {