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>2019-09-06 21:44:38 +0300
committerAleksander Machniak <alec@alec.pl>2019-09-06 21:44:38 +0300
commit5373f1839d2859591c1a695f4818f0b524707969 (patch)
tree1f72be695fa565056525955c9d2abac28c2cf50c /skins
parentbdd1b94d7853fa64dd29df3054a66894219ff0c9 (diff)
Fix googiespell popup in all skins
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/googiespell.css14
-rw-r--r--skins/elastic/styles/widgets/editor.less6
-rw-r--r--skins/larry/googiespell.css4
3 files changed, 13 insertions, 11 deletions
diff --git a/skins/classic/googiespell.css b/skins/classic/googiespell.css
index e9e51feed..922189a7b 100644
--- a/skins/classic/googiespell.css
+++ b/skins/classic/googiespell.css
@@ -3,8 +3,6 @@
.googie_window {
font-size: 11px;
width: 185px;
- margin: 0;
- padding: 0;
}
.googie_edit_layer {
@@ -26,14 +24,14 @@
.googie_list li {
font-size: 11px;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 2px;
- padding-bottom: 2px;
cursor: pointer;
list-style-type: none;
}
+.googie_list form {
+ padding: 3px;
+}
+
.googie_list_onhover {
color: #FFFFFF;
background-color: #CC3333;
@@ -122,7 +120,7 @@
width: 32px;
height: 16px;
cursor: pointer;
- padding: 0 2px;
+ margin: 0 5px;
text-indent: -5000px;
- border: 0;
+ border: 0 !important;
}
diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less
index 246f22870..acc1c9832 100644
--- a/skins/elastic/styles/widgets/editor.less
+++ b/skins/elastic/styles/widgets/editor.less
@@ -895,6 +895,7 @@ html.touch .mce-grid td {
.googie_window {
width: 16rem;
+ height: auto;
}
.googie_edit_layer {
@@ -925,7 +926,7 @@ html.touch .mce-grid td {
.googie_list_revert:before {
&:extend(.font-icon-class);
- content: @fa-var-plus-square;
+ content: @fa-var-undo;
}
.googie_add_to_dict:before {
@@ -936,7 +937,6 @@ html.touch .mce-grid td {
input {
display: inline-block;
- margin: .5rem .5rem .5rem 0 !important;
- padding: .5rem .75rem !important;
+ margin: .25rem .5rem;
}
}
diff --git a/skins/larry/googiespell.css b/skins/larry/googiespell.css
index b3a55a9be..3408ac1b8 100644
--- a/skins/larry/googiespell.css
+++ b/skins/larry/googiespell.css
@@ -35,6 +35,10 @@
background: #4db0d2;
}
+.googie_list form {
+ padding: 3px;
+}
+
.googie_list_close {
font-size: 11px;
color: #b91414;