Skip to content
Snippets Groups Projects
Commit ce00bdeb authored by Philipp Schüttlöffel's avatar Philipp Schüttlöffel Committed by Jan-Hendrik Willms
Browse files

Resolve "Schönheitskorrekturen am alten Editor"

Closes #2633

Merge request studip/studip!1787
parent 6f7ac053
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,14 @@ div.i18n_group { ...@@ -3,16 +3,14 @@ div.i18n_group {
position: relative; position: relative;
> select.i18n { > select.i18n {
border: 0; border: 1px solid $light-gray-color-40;
border-right: 1px solid $light-gray-color-40;
border-bottom: 1px solid $light-gray-color-40;
border-radius: 0; border-radius: 0;
box-sizing: border-box; box-sizing: border-box;
margin: 0 !important; margin: 0 !important;
position: absolute; position: absolute;
top: 1px; top: 0px;
left: 1px; left: 0px;
height: 31px; height: 32px;
overflow: hidden; overflow: hidden;
max-width: $max-width; max-width: $max-width;
...@@ -34,5 +32,14 @@ div.i18n_group { ...@@ -34,5 +32,14 @@ div.i18n_group {
input[type=text], > textarea, .editor_toolbar .buttons, .ck-toolbar { input[type=text], > textarea, .editor_toolbar .buttons, .ck-toolbar {
padding-left: ($max-width + 6px) !important; padding-left: ($max-width + 6px) !important;
} }
> div.editor_toolbar {
> div.buttons {
height: 31px;
}
> textarea {
margin-top: 0;
}
}
} }
} }
...@@ -205,7 +205,8 @@ div.overdiv { ...@@ -205,7 +205,8 @@ div.overdiv {
display: inline-block; display: inline-block;
height: 1.4em; height: 1.4em;
line-height: 1.4; line-height: 1.4;
padding: 0.4em 1em; padding-top: 6px;
padding-bottom: 6px;
&:hover { &:hover {
background-color: @base-color-60; background-color: @base-color-60;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment