Fixed title padding bug.
This commit is contained in:
parent
5f29dab242
commit
6363c103a7
|
@ -64,6 +64,7 @@
|
|||
color: @header_text;
|
||||
}
|
||||
|
||||
.header-bar .button.linked .title,
|
||||
.header-bar .button.flat .title {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -101,7 +102,6 @@
|
|||
**********************/
|
||||
.header-bar .flat,
|
||||
.header-bar .button,
|
||||
.header-bar .title,
|
||||
.header-bar .titlebutton,
|
||||
.header-bar .linked,
|
||||
.header-bar .text-button,
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
font: Bold;
|
||||
}
|
||||
|
||||
.titlebar .button.linked .title,
|
||||
.titlebar .button.flat .title {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -100,7 +101,6 @@
|
|||
|
||||
.titlebar .flat,
|
||||
.titlebar .button,
|
||||
.titlebar .title,
|
||||
.titlebar .titlebutton,
|
||||
.titlebar .linked,
|
||||
.titlebar .text-button,
|
||||
|
|
Loading…
Reference in New Issue