RandomSec/main/webapp/modules/core/styles/project/sidebar.less

158 lines
3.0 KiB
Plaintext
Raw Normal View History

@import-less url("../theme.less");
.browsing-panel-header {
padding-bottom: 0.5em;
position: relative;
display: none;
}
.browsing-panel-indicator {
visibility: hidden;
position: absolute;
width: 50%;
margin: 0px;
top: 0em;
left: 20%;
text-align: center;
background-color: #fff;
padding: 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #ccc;
}
.browsing-panel-indicator img {
vertical-align: text-top;
}
.browsing-panel-controls {
position: relative;
padding: @padding_normal;
visibility: hidden;
text-align: right;
}
.browsing-panel-controls-refresh {
position: absolute;
top: @padding_normal;
left: @padding_normal;
}
.browsing-panel-help, .history-panel-help {
margin: 1em;
padding: 0 0 13px 0;
background: @fill_primary;
border: 1px solid @chrome_primary;
color: @near_black;
.rounded_corners();
}
.browsing-panel-help h1, .history-panel-help h1 {
margin: 10px;
padding: 20px 0 0 10px;
font-size: 1.15em;
font-weight: bold;
background: url(/images/logo-gem-40.png) no-repeat right top;
}
.browsing-panel-help p, .history-panel-help p {
padding: 7px 20px;
line-height: 1.3;
}
.history-panel-body {
background: #fff;
overflow: auto;
border-top: 1px solid @chrome_primary;
}
.history-panel-message {
text-align: center;
color: #aaa;
}
.history-past {
padding-bottom: 3px;
}
@history_now_color: #a9e9fb;
.history-now {
padding: 3px 0;
background: @history_now_color;
color: white;
font-size: 80%;
text-transform: uppercase;
text-align: center;
font-variant: small-caps;
font-weight: bold;
}
.history-future {
padding-top: 3px;
padding-bottom: 3px;
}
a.history-entry {
display: block;
position: relative;
padding: 7px 5px 7px 36px;
text-decoration: none;
color: black;
border-top: 1px dotted #ddd;
}
a.history-entry:first-child {
border-top: none;
}
a.history-entry:hover {
background: #ddd;
}
.history-entry-index {
position: absolute;
left: 0px;
top: 0px;
width: 30px;
text-align: right;
font-size: 80%;
padding: 2px;
color: @history_now_color;
}
.history-past a.history-entry:hover{
padding-top: 11px;
padding-bottom: 2px;
border-top: 2px solid @history_now_color;
background: url(../../images/up-arrow.png) top center no-repeat;
}
.history-future a.history-entry:hover{
padding-top: 2px;
padding-bottom: 11px;
border-bottom: 2px solid @history_now_color;
background: url(../../images/down-arrow.png) bottom center no-repeat;
}
.history-future a.history-entry {
color: #888;
}
.history-panel-controls {
padding: 6px;
text-align: right;
font-weight: bold;
a {
text-decoration: none;
}
}
.extract-operation-dialog-entries {
height: 400px;
padding: 2px;
border: 1px inset;
max-width: 400px !important;
overflow: auto;
}
textarea.history-operation-json {
white-space: pre;
font-family: monospace;
height: 400px;
}