The locale picker was dependant on some header padding which was
removed. Let's position it more directly.
Also, add a small left margin to the 'dashboard' area.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
text-align:left;
}
+#dash_wrapper {
+ margin-left: 0.5em;
+}
+
#dash_wrapper div {
background: [% css_colors.primary %];
border-radius: 5px;
#locale_picker_form {
float: right;
- padding: 0.5em 1em 0.5em 0;
+ padding: 0.5em;
+ margin-top: 2em;
border-right: thin [% css_colors.control %] solid;
}