Also add a quick workaround for the occasions when the top right
links overlap the logo and site name. We'll need a better fix for
this in the longer run.
#small-title {
font-size: 12px;
line-height: 14px;
#small-title {
font-size: 12px;
line-height: 14px;
display: block;
position: absolute;
top: 0;
display: block;
position: absolute;
top: 0;
+ padding: 2px;
+ width: 110px; /* TODO: find better fix for overlap */
+ background-color: #fff;
+ z-index: 100;
height: 300px !important;
}
height: 300px !important;
}
+/* Rules for the user settings page */
+
+#user_new_email {
+ width: 60% !important;
+}
+
+#user_description, #user_preferred_editor {
+ width: 90% !important;
+}
+
+.minorNote {
+ display: block;
+}
+
/* Rules for the browse pages */
#browse_navigation {
/* Rules for the browse pages */
#browse_navigation {
#small_map, #browse_map {
width: 100% !important;
}
#small_map, #browse_map {
width: 100% !important;
}
#changeset_list tr {
display: block;
clear: left;
#changeset_list tr {
display: block;
clear: left;