loopbackStyles: improve spacing in small window

Improve spacing of page elements when the browser window is small.
This commit is contained in:
Miroslav Bajtoš 2014-10-14 10:25:57 +02:00
parent 2decdcc234
commit d212741638
1 changed files with 8 additions and 3 deletions

View File

@ -34,7 +34,12 @@
color: #080; color: #080;
} }
/* /* Improve spacing when the browser window is small */
FIXME: Separate the overrides from the rest of the styles, rather than override screen.css entirely. #message-bar, #swagger-ui-container {
*/ padding-left: 30px;
padding-right: 30px;
}
#api_selector {
padding: 0px 20px;
}