diff --git a/airtime_mvc/application/layouts/scripts/layout.phtml b/airtime_mvc/application/layouts/scripts/layout.phtml index e16525327..ffb999a54 100644 --- a/airtime_mvc/application/layouts/scripts/layout.phtml +++ b/airtime_mvc/application/layouts/scripts/layout.phtml @@ -96,13 +96,15 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= $used = $disk->totalSpace-$disk->totalFreeSpace; $total = $disk->totalSpace; ?> -
-
Disk Usage
+
+
-
+
;">
-
+
diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index f79fa083e..7b3d72906 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3656,20 +3656,20 @@ hr { #disk_usage { border-radius: 1px; - position: fixed; - width: 120px; + /*position: fixed; + bottom: 5px; + left: 10px;*/ + width: 118px; font-size: 14px; text-align: center; - bottom: 5px; - left: 10px; - padding: 3px 5px; + padding: 5px 5px; background-color: #242424; border: 1px solid #5b5b5b; color: #ccc; } .disk_usage_progress_bar { - width:120px; + width:118px; height:13px; background:#444444; background: -moz-linear-gradient(top, #464646 0, #3e3e3e 100%);