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
@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
        font-size: 1.4em;        
28
        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
   background: url(../img/logo-munin.png) left top; 
39
   margin-top: -6px;
40
   width: 35px; 
41
   height: 35px;
42
   display: block;
43
   float: left;
44
}
45

    
46
.dropdown-submenu {
47
    position: relative;
48
}
49

    
50
.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
}
59

    
60
.dropdown-submenu:hover>.dropdown-menu {
61
    display: block;
62
}
63

    
64
.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
}
77

    
78
.dropdown-submenu:hover>a:after {
79
    border-left-color: #fff;
80
}
81

    
82
.dropdown-submenu.pull-left {
83
    float: none;
84
}
85

    
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
}