2010-04-17 01:38:49 +02:00
|
|
|
.history-panel-help {
|
|
|
|
padding: 10px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
}
|
|
|
|
.history-panel-help h1 {
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2010-03-23 20:30:50 +01:00
|
|
|
.history-panel-body {
|
|
|
|
background: #fff;
|
2010-02-01 01:19:41 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2010-03-23 20:30:50 +01:00
|
|
|
|
2010-02-01 01:19:41 +01:00
|
|
|
.history-panel-message {
|
|
|
|
text-align: center;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2010-01-30 02:05:30 +01:00
|
|
|
.history-past {
|
|
|
|
padding-bottom: 3px;
|
2010-02-03 08:54:23 +01:00
|
|
|
}
|
|
|
|
.history-now {
|
2010-03-16 18:38:38 +01:00
|
|
|
padding: 3px 0;
|
2010-03-16 02:46:32 +01:00
|
|
|
background: #a9e9fb;
|
2010-03-16 18:38:38 +01:00
|
|
|
color: white;
|
2010-02-03 08:54:23 +01:00
|
|
|
font-size: 80%;
|
2010-03-16 18:38:38 +01:00
|
|
|
text-transform: uppercase;
|
2010-02-03 08:54:23 +01:00
|
|
|
text-align: center;
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: bold;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
|
|
|
.history-future {
|
|
|
|
padding-top: 3px;
|
2010-03-23 20:30:50 +01:00
|
|
|
padding-bottom: 3px;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
|
|
|
a.history-entry {
|
|
|
|
display: block;
|
2010-02-03 08:54:23 +01:00
|
|
|
padding: 7px 5px;
|
2010-01-30 02:05:30 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2010-02-03 08:54:23 +01:00
|
|
|
border-top: 1px solid #ddd;
|
2010-02-01 20:16:09 +01:00
|
|
|
}
|
|
|
|
a.history-entry:first-child {
|
|
|
|
border-top: none;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
|
|
|
a.history-entry:hover {
|
2010-02-03 08:54:23 +01:00
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.history-past a.history-entry:hover{
|
|
|
|
padding: 11px 5px 2px 5px;
|
|
|
|
border-top: 2px solid red;
|
2010-03-05 20:36:55 +01:00
|
|
|
background: url(../../images/up-arrow.png) top center no-repeat;
|
2010-02-03 08:54:23 +01:00
|
|
|
}
|
|
|
|
.history-future a.history-entry:hover{
|
|
|
|
padding: 2px 5px 11px 5px;
|
|
|
|
border-bottom: 2px solid red;
|
2010-03-05 20:36:55 +01:00
|
|
|
background: url(../../images/down-arrow.png) bottom center no-repeat;
|
2010-01-30 02:05:30 +01:00
|
|
|
}
|
2010-02-01 01:19:41 +01:00
|
|
|
|
|
|
|
.history-future a.history-entry {
|
|
|
|
color: #888;
|
|
|
|
}
|
2010-02-17 02:30:09 +01:00
|
|
|
|
|
|
|
.history-panel-footer {
|
2010-04-24 08:29:30 +02:00
|
|
|
padding: 6px 0px 0px 0px;
|
2010-02-17 02:30:09 +01:00
|
|
|
text-align: center;
|
2010-04-24 08:29:30 +02:00
|
|
|
font-weight: bold;
|
2010-02-17 02:30:09 +01:00
|
|
|
}
|
|
|
|
.history-panel-footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-03-08 01:45:29 +01:00
|
|
|
|
|
|
|
.extract-operation-dialog-entries {
|
|
|
|
height: 400px;
|
2010-03-13 08:13:18 +01:00
|
|
|
padding: 2px;
|
|
|
|
border: 1px inset;
|
2010-03-08 01:45:29 +01:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2010-03-13 08:13:18 +01:00
|
|
|
textarea.history-operation-json {
|
2010-03-08 01:45:29 +01:00
|
|
|
white-space: pre;
|
|
|
|
font-family: monospace;
|
|
|
|
height: 400px;
|
|
|
|
}
|