Fix some styles after Larry skin update

This commit is contained in:
Thomas Bruederli 2014-05-19 18:05:15 +02:00
parent 39c2aee5b9
commit d87c46acac

View file

@ -75,7 +75,7 @@ body.attachmentwin #topnav .topright {
} }
#taskselector { #taskselector {
margin: -4px 40px 0 0; margin: -1px 40px 0 0;
padding: 0; padding: 0;
} }
@ -90,14 +90,20 @@ body.attachmentwin #topnav .topright {
#taskselector li a { #taskselector li a {
display: inline-block; display: inline-block;
color: #004458; color: #004458;
min-width: 4em; min-width: 3.5em;
padding: 0.2em 0.6em 0.3em 0.6em; padding: 0.2em 0.6em 0.2em 0.6em;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
border: 1px solid #eee; border: 1px solid #eee;
border-color: transparent; border-color: transparent;
} }
.webkit .tagcloud li,
.webkit #taskselector li a {
padding-bottom: 0.25em;
}
#taskselector li:first-child { #taskselector li:first-child {
border-top: 0; border-top: 0;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
@ -131,7 +137,7 @@ body.attachmentwin #topnav .topright {
-webkit-box-shadow: inset 0 1px 1px 0 #003645; -webkit-box-shadow: inset 0 1px 1px 0 #003645;
-moz-box-shadow: inset 0 1px 1px 0 #003645; -moz-box-shadow: inset 0 1px 1px 0 #003645;
border-color: #003645; border-color: #003645;
border-radius: 9px; border-radius: 10px;
text-shadow: none; text-shadow: none;
outline: none; outline: none;
} }
@ -397,6 +403,8 @@ body.attachmentwin #topnav .topright {
background: linear-gradient(top, #eee 0%, #dfdfdf 100%); background: linear-gradient(top, #eee 0%, #dfdfdf 100%);
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
position: relative; position: relative;
line-height: 13px;
height: 20px;
} }
#tasksview .buttonbar .buttonbar-right { #tasksview .buttonbar .buttonbar-right {