summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/style.css
blob: ec6b3dd055b3d1603caf9af6083c8ddff8a71e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.btn-static {
  background-color: white;
  border: 1px solid lightgrey;
  cursor: default;
}
.btn-static:active{
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}
.spacebottop {
  margin-bottom: 0.3em;
  margin-top: 0.5em;
}