restyle info-box in drive

pull/1/head
Pierre Bondoerffer 7 years ago
parent c8d7675ede
commit 82fadde249
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -11,7 +11,7 @@
@content-bg: #fff; @content-bg: #fff;
@content-bg-ro: darken(@content-bg, 10%); @content-bg-ro: darken(@content-bg, 10%);
@content-fg: @tree-fg; @content-fg: @tree-fg;
@info-box-bg: #ddddff; @info-box-bg: #d2e1f2;
@info-box-border: #bbb; @info-box-border: #bbb;
@table-header-fg: #555; @table-header-fg: #555;
@table-header-bg: #e8e8e8; @table-header-bg: #e8e8e8;
@ -380,19 +380,16 @@ span {
margin-top: 10px; margin-top: 10px;
} }
.info-box { .info-box {
line-height: 40px; line-height: 2em;
padding-left: 10px; padding: 0.25em 0.75em;
margin: 10px auto; margin: 1em;
background: @info-box-bg; background: @info-box-bg;
border: 1px solid @info-box-border;
border-radius: 5px;
span { span {
cursor: pointer; cursor: pointer;
margin-left: 10px;
float: right; float: right;
margin-top: 0.5em;
} }
&.noclose { &.noclose {
padding-right: 10px;
} }
} }
li { li {

Loading…
Cancel
Save