/*
* Rules for "optional boxes" which appear in the left sidebar on
- * certain pages. Current users are the seach box on the main page
+ * certain pages. Current users are the search box on the main page
* and the tag cloud on the traces pages.
*/
text-align: left;
}
+/* Rules for the search box */
+
+#search_field input[type="text"] {
+ padding: 2px 0px 2px 5px;
+}
+
+#search_field input[type="submit"] {
+ right: 4px;
+}
+
+/* Rules for donation request box */
+
+.donate .donate-icon {
+ left: 17px;
+}
+
/* Rules for tabbed navigation bar */
#top-bar {
float: right;
}
+.diary_entry-list img.user_thumbnail {
+ float: right;
+}
+
/* Rules for the diary entry view */
.diary_entry-view img.user_image {