File: log.css

package info (click to toggle)
shinken-mod-webui 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,136 kB
  • ctags: 2,980
  • sloc: python: 3,654; sh: 47; makefile: 19; sql: 3
file content (37 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#log_container {
    min-height: 400px;
}

#log_container  h2{
    background: none repeat scroll 0 0 #E6F1F6;
    border: 1px solid #E3E3E5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #3A505B;
    font-size: 13px;
    margin: 15px 0 0;
    padding: 5px 8px;
    text-shadow: 0 1px #FFFFFF;
}

.tab-pane  ol {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: -moz-use-text-color #E3E3E5 #E3E3E5;
    border-right: 1px solid #E3E3E5;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style-type: none;
}

.tab-pane  li {
	background: #FAFAFA;
    border-top: 1px solid #E3E3E5;
    padding: 10px;
	margin-left: 0px;
    position: relative;
}
*/
.row_alt {
	background: #FFFFFF !important;
}