Tweaked toolbar in custom.css
This commit is contained in:
parent
6ec6bc9299
commit
98bec23ec2
25
custom.css
25
custom.css
@ -7,3 +7,28 @@
|
||||
min-height: 60px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#head .actions
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#head .actions li:first-child
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#head .actions li
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#head .actions li a
|
||||
{
|
||||
margin-left: 0.6em;
|
||||
}
|
||||
|
||||
#head .action-fileview, #head .action-all-pages, #head .action-page-history
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user