diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:56:56 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-13 11:56:56 +0200 |
commit | 469710893da118d9fd174d69cc47069541bafe7b (patch) | |
tree | b8459e17e6c6a3d14d07d452fa23ee6013f57416 /view/theme/quattro/quattro.less | |
parent | 4496d075e50c7dd8bd3506bac5d97ed2a913ab86 (diff) | |
download | volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.tar.gz volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.tar.bz2 volse-hubzilla-469710893da118d9fd174d69cc47069541bafe7b.zip |
quattro: language icon in navbar
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index d17b16bcd..4c3279943 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -1136,11 +1136,12 @@ ul.tabs { } /* theme screenshot */ -.screenshot { +.screenshot, #theme-preview { position: absolute; + width:202px; left: 70%; top: 50px; - img { width: 200px; } + img { width: 200px; height: 150px; } } /* page footer */ |