Projet

Général

Profil

Paste
Télécharger (542 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adminimal_theme / css / tablet.css @ 87dbc3bf

1
/* Tablet Styles - You can edit the media query from the theme settings page. */
2
html body .overflow-fix {
3
  overflow: auto;
4
}
5

    
6
html body .ctools-dropbutton-processed {
7
  position: relative;
8
}
9

    
10
/* Sidebars */
11
#main-content {
12
  width: 100%;
13
  clear: both;
14
  display: block;
15
}
16

    
17
#sidebar-left .region-sidebar-left, #sidebar-right .region-sidebar-right {
18
  display: block;
19
  width: 100%;
20
  padding: 0px;
21
  margin: 0px;
22
}
23

    
24
#sidebar-left .region-sidebar-left {
25
  padding-right: 0px;
26
}
27

    
28
#sidebar-right .region-sidebar-right {
29
  padding-left: 0px;
30
}