Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/cost_control/cost_control.css
blob: e39e6f94da8ad7ca5c9189f719d7ef2d834bf18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Resetting */
#cost-control-widget, 
#cost-control-widget iframe {
  width: 100%;
  height: 4.5rem;
  border: none;
  margin: 0;
  padding: 0;
}

#cost-control-widget iframe {
  position: absolute;
  top: 0;
}