diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 9e5c3058c..f8e11c313 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -509,7 +509,7 @@ li.ui-state-default { .tab-name { float: left; - max-width: 140px; + max-width: 160px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/airtime_mvc/public/css/images/maintenance.png b/airtime_mvc/public/css/images/maintenance.png index 0a000c6c6..ab1419ae2 100644 Binary files a/airtime_mvc/public/css/images/maintenance.png and b/airtime_mvc/public/css/images/maintenance.png differ diff --git a/docs/testing.md b/docs/testing.md index 5fd140e74..d4b1e1ae1 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -64,7 +64,7 @@ apt-get install python-nose yum install -y python-nose ``` -In most cases you need to install deps before the tets can be run. +In most cases you need to install deps before the tests can be run. ### Airtime Analyzer