Small button fix (TWB & RT theme) #5292
This commit is contained in:
parent
73b336a3f1
commit
b21d6cc6dd
@ -2,7 +2,7 @@
|
|||||||
This file is part of RawTherapee.
|
This file is part of RawTherapee.
|
||||||
|
|
||||||
Copyright (c) 2016-2019 TooWaBoo
|
Copyright (c) 2016-2019 TooWaBoo
|
||||||
Version 3.07
|
Version 3.08
|
||||||
|
|
||||||
RawTherapee is free software: you can redistribute it and/or modify
|
RawTherapee is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -1568,6 +1568,10 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) {
|
|||||||
padding: 0 0.13em;
|
padding: 0 0.13em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#EditorTopPanel button.narrowbutton image{
|
||||||
|
min-width: 0.833333333333333333em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Image close button */
|
/* Image close button */
|
||||||
#MainNotebook > header tab #CloseButton {
|
#MainNotebook > header tab #CloseButton {
|
||||||
padding: 0.166666666666666666em;
|
padding: 0.166666666666666666em;
|
||||||
@ -1578,21 +1582,23 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) {
|
|||||||
|
|
||||||
/* Filter buttons*/
|
/* Filter buttons*/
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox {
|
#ToolBarPanelFileBrowser .smallbuttonbox {
|
||||||
min-height: 0;
|
min-height: 1.166666666666666666em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) {
|
#ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) {
|
||||||
margin-top: 0.12em;
|
margin-top: 0.166666666666666666em;
|
||||||
|
margin-bottom: -0.166666666666666666em;
|
||||||
}
|
}
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image {
|
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image {
|
||||||
margin: -0.12em;
|
margin: -1em;
|
||||||
|
padding: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton {
|
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 1.333333333333333333em;
|
min-width: 1.166666666666666666em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0.25em;
|
margin: 0 0.25em;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -647,15 +647,17 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) {
|
|||||||
|
|
||||||
/* Filter buttons*/
|
/* Filter buttons*/
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox {
|
#ToolBarPanelFileBrowser .smallbuttonbox {
|
||||||
min-height: 0;
|
min-height: 1.166666666666666666em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) {
|
#ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) {
|
||||||
margin: 0 0 -0.166666666666666666em;
|
margin-top: 0.166666666666666666em;
|
||||||
|
margin-bottom: -0.166666666666666666em;
|
||||||
}
|
}
|
||||||
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image {
|
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image {
|
||||||
margin: -0.166666666666666666em;
|
margin: -1em 0;
|
||||||
|
padding: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
@ -663,7 +665,7 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 1.166666666666666666em;
|
min-width: 1.166666666666666666em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0.25em;
|
margin: 0 0.166666666666666666em;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user