Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/cost_control/cost_control.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/cost_control/cost_control.css')
-rw-r--r--apps/system/style/cost_control/cost_control.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/system/style/cost_control/cost_control.css b/apps/system/style/cost_control/cost_control.css
new file mode 100644
index 0000000..e39e6f9
--- /dev/null
+++ b/apps/system/style/cost_control/cost_control.css
@@ -0,0 +1,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;
+}