tweak appearance on Linux
This commit is contained in:
parent
b8e213b629
commit
ec44bfbcc5
3 changed files with 11 additions and 6 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
textbox
|
||||||
|
{
|
||||||
|
padding: 1px 2px 1px 1px;
|
||||||
|
margin: -1px 0 -1px 0;
|
||||||
|
}
|
|
@ -14,4 +14,10 @@ row vbox[fieldname],
|
||||||
|
|
||||||
.creator-type-label image {
|
.creator-type-label image {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
textbox
|
||||||
|
{
|
||||||
|
padding: 2px 2px 2px 2px;
|
||||||
|
margin: -1px 0 -1px 1px;
|
||||||
}
|
}
|
|
@ -16,12 +16,6 @@ label[singleField=false]:after
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
textbox
|
|
||||||
{
|
|
||||||
padding: 2px 2px 2px 2px;
|
|
||||||
margin: -1px 0 -1px 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textbox .textbox-input-box
|
textbox .textbox-input-box
|
||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue