File: raid.css

package info (click to toggle)
phpsysinfo 3.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,900 kB
  • sloc: javascript: 22,511; php: 20,651; xml: 18,293; sh: 196; python: 58; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
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
/*
 $Id: raid.css 661 2012-08-27 11:26:39Z namiltd $
 */
.plugin_raid_biun {
    text-align: center;
    margin-bottom: 5px;
    margin-left: 10px;
    _margin-left: 5px; /* ie6 */
    margin-right: 10px;
    _margin-right: 5px; /* ie6 */
    float: left;
}

.plugin_raid_item {
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    _margin: 10px 10px 10px 5px; /* ie6 */
    _padding-bottom: 8px; /* ie6 */
    float: left;
}

img.plugin_raid_biun {
    margin: auto;
}