mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
24 lines
349 B
CSS
24 lines
349 B
CSS
|
/**
|
||
|
* @provides aphront-contextbar-view-css
|
||
|
*/
|
||
|
|
||
|
.aphront-contextbar-view {
|
||
|
background: #efefef;
|
||
|
margin-bottom: 6px;
|
||
|
padding: 6px 2em;
|
||
|
border-bottom: 1px solid #dfdfdf;
|
||
|
}
|
||
|
|
||
|
.aphront-contextbar-core {
|
||
|
}
|
||
|
|
||
|
.aphront-contextbar-content {
|
||
|
padding-top: 5px;
|
||
|
font-size: 13px;
|
||
|
color: #666666;
|
||
|
}
|
||
|
|
||
|
.aphront-contextbar-buttons {
|
||
|
float: right;
|
||
|
}
|