Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / templates / munstrap / static / css / style-munstrap.css @ fe5af0fb

Historique | Voir | Annoter | Télécharger (1,48 ko)

1 a0f3aded Jonny McCullagh
@media (min-width:992px){
2
  .modal-lg {width:940px !important;}
3
}
4
5
body{
6
  padding-top: 70px;
7
}
8
9
img.i {
10
  display: block;
11
  margin: 10px auto;
12
}
13
14
img.img-zoom{
15
  cursor: pointer;
16
}
17
18
div.service-alert{
19
  margin-top: 10px;
20
}
21
22
img#zoom_image{
23
  margin-bottom: 15px;
24
}
25
26
.link-domain {
27 fe5af0fb Cristian Deluxe
        font-size: 1.4em;        
28 a0f3aded Jonny McCullagh
        color: #660066;
29
}
30
.link-host {
31
        font-size: 1.1em;
32
        color: #800080;
33
}
34
ul.groupview, ul.groupview ul {
35
        list-style-type: none;
36
}
37
.munin-icon {
38 fe5af0fb Cristian Deluxe
   background: url(../img/logo-munin.png) left top; 
39 a0f3aded Jonny McCullagh
   margin-top: -6px;
40 fe5af0fb Cristian Deluxe
   width: 35px; 
41 a0f3aded Jonny McCullagh
   height: 35px;
42
   display: block;
43
   float: left;
44
}
45 16bba8cc swuschke
46 fe5af0fb Cristian Deluxe
.dropdown-submenu {
47
    position: relative;
48 16bba8cc swuschke
}
49
50 fe5af0fb Cristian Deluxe
.dropdown-submenu>.dropdown-menu {
51
    top: 0;
52
    left: 100%;
53
    margin-top: -6px;
54
    margin-left: -1px;
55
    -webkit-border-radius: 0 6px 6px 6px;
56
    -moz-border-radius: 0 6px 6px;
57
    border-radius: 0 6px 6px 6px;
58 16bba8cc swuschke
}
59
60 fe5af0fb Cristian Deluxe
.dropdown-submenu:hover>.dropdown-menu {
61
    display: block;
62 16bba8cc swuschke
}
63
64 fe5af0fb Cristian Deluxe
.dropdown-submenu>a:after {
65
    display: block;
66
    content: " ";
67
    float: right;
68
    width: 0;
69
    height: 0;
70
    border-color: transparent;
71
    border-style: solid;
72
    border-width: 5px 0 5px 5px;
73
    border-left-color: #ccc;
74
    margin-top: 5px;
75
    margin-right: -10px;
76 16bba8cc swuschke
}
77
78 fe5af0fb Cristian Deluxe
.dropdown-submenu:hover>a:after {
79
    border-left-color: #fff;
80 16bba8cc swuschke
}
81
82 fe5af0fb Cristian Deluxe
.dropdown-submenu.pull-left {
83
    float: none;
84 93bc9acb swuschke
}
85 fe5af0fb Cristian Deluxe
86
.dropdown-submenu.pull-left>.dropdown-menu {
87
    left: -100%;
88
    margin-left: 10px;
89
    -webkit-border-radius: 6px 0 6px 6px;
90
    -moz-border-radius: 6px 0 6px 6px;
91
    border-radius: 6px 0 6px 6px;
92
}