Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adaptivetheme / at_core / css / debug-windowsize.css @ 74f6bef0

1
/* Basic styles for the window size debugger */
2

    
3
.window-size-indicator {
4
  position: fixed;
5
  bottom: 0;
6
  right: 0;
7
  color: #fff;
8
  background-color: #222;
9
  padding: 5px 12px;
10
  font: 1em sans-serif;
11
  z-index: 999999;
12
}