diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-31 08:53:28 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-31 08:53:28 +0200 |
commit | c07d9264db58c1746009d358d91362568d5a9ccf (patch) | |
tree | 17274e161326e5e933657f646cc2d1dd2a555d26 /id/ConfigWebTool/src/main/webapp/css | |
parent | ab67fbdf5d661a33b67436c70db0dcb8b840cf57 (diff) | |
download | moa-id-spss-c07d9264db58c1746009d358d91362568d5a9ccf.tar.gz moa-id-spss-c07d9264db58c1746009d358d91362568d5a9ccf.tar.bz2 moa-id-spss-c07d9264db58c1746009d358d91362568d5a9ccf.zip |
fix layout problem in configuration-tool on small screen size
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/css')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/css/index.css b/id/ConfigWebTool/src/main/webapp/css/index.css index 00a2fa851..6b4d310ef 100644 --- a/id/ConfigWebTool/src/main/webapp/css/index.css +++ b/id/ConfigWebTool/src/main/webapp/css/index.css @@ -69,11 +69,11 @@ h5{ #menu_area { margin-top: 25px; width: 300px; - margin-left: 0px; - position: absolute; + margin-left: 0px; padding-left: 0px; padding-top: 3px; float: left; + clear: both; } .menu_element { margin-top: 5px; |