blob: 468172037e0e3b2c37702d497391a37e48922c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.v-csslayout-toolbar {
background: transparent url(../../img/grad-light-top.png) repeat-x;
border: 1px solid #b3b3b3;
border-width: 1px 0;
}
.v-csslayout-toolbar .v-csslayout-margin {
margin: 3px .3em 2px;
padding-bottom: 1px;
overflow: hidden;
}
.v-csslayout-toolbar .v-button,
.v-csslayout-toolbar .segment {
margin-right: 2px;
float: left;
}
.v-csslayout-toolbar .segment .v-button {
margin-right: 0;
}
|