Projet

Général

Profil

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

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

Historique | Voir | Annoter | Télécharger (589 octets)

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
}