{
height: 14px;
margin: 0px;
- padding-left: 10px;
+ padding-left: 3px;
padding-top: 5px;
margin-top: 18px;
background: url('../images/tab_bottom.gif') repeat-x bottom;
display: block;
position: absolute;
top: 0;
- margin: 3px;
+ margin: 2px;
}
#small-title img {
width: 100%;
max-width: 18em;
}
+
+/* Rules for the profile page */
+
+.user_map {
+ width: 100% !important;
+ height: 300px !important;
+}
+
+/* Rules for the browse pages */
+
+#browse_navigation {
+ width: 100% !important;
+ margin-top: 0 !important;
+}
+
+#small_map, #browse_map {
+ width: 100% !important;
+}
+
+/* Rules for the diary entries pages */
+
+#diary_entry_title, #diary_entry_body, #diary_entry_language_code, #diary_comment_body {
+ width: 100% !important;
+}
+
+#usemap {
+ display: block;
+}
+
+/* Rules for the messaging pages */
+
+#message_title, #message_body {
+ width: 100% !important;
+}