diff --git a/html/ops/main.css b/html/ops/main.css
index d8dc5a47cb..e5b9700de6 100644
--- a/html/ops/main.css
+++ b/html/ops/main.css
@@ -8,7 +8,7 @@ Use classes, not IDs.
We use the following classes:
-table.bordered
+.table-bordered
a table with a border around it
td.bordered
bordered table cell (admin pages only)
@@ -92,7 +92,7 @@ th {
td {
vertical-align: top;
- padding: 4px;
+ padding: 2px;
}
td.bordered {
@@ -106,10 +106,17 @@ th, td.heading {
padding: 8px;
}
+th.subheading {
+ text-align: left;
+ font-weight: normal;
+ font-size: small;
+ font-style: italic;
+}
+
td.fieldname {
text-align: right;
padding-right: 10px;
- font-size: 14px;
+ /* font-size: 14px; */
margin: 2px 0;
}
@@ -155,7 +162,7 @@ input[type="submit"],
border-radius: 5px;
}
- /* IE6 doesn't understand [type=XXXX] so we use class "button" */
+ /* IE6 doesn't understand [type=XXXX] so we use class "btn" */
a.btn {
line-height: 2.4em;
@@ -371,11 +378,10 @@ blockquote.postbody {
}
p.text-muted, span.note {
- margin-top: .1em;
- margin-bottom: .1em;
- font-weight: normal;
+ margin-top: 0.1em;
+ margin-bottom: 0.1em;
font-style: italic;
- font-size: 0.9em;
+ font-size: 0.8em;
}
span.news_date {
@@ -394,7 +400,7 @@ span.inboxunread {
.pre {
font-family: "Courier New", courier, monospace;
display: block;
- white-space: pre;
+#white-space: pre;
overflow: auto;
}
@@ -405,10 +411,14 @@ span.inboxunread {
border-left-width: 3px;
border-left-style: solid;
padding-left: 1em;
- white-space: nowrap;
+#white-space: pre;
overflow: auto;
}
+.donationtext {
+ font-size: 0.8em;
+}
+
small {
font-size: 0.8em;
}
@@ -436,3 +446,8 @@ div.pm_preview {
* html body .code {
white-space: normal;
}
+
+// this ignores additional bootstrap classes
+div.input-group, div.btn-group, ul.pager, div.pagination {
+ display: inline;
+}
diff --git a/html/ops/profile_screen_form.php b/html/ops/profile_screen_form.php
index 7acc5bd2a9..802f440946 100644
--- a/html/ops/profile_screen_form.php
+++ b/html/ops/profile_screen_form.php
@@ -70,9 +70,11 @@ while ($profile = _mysql_fetch_object($result)) {
RAC: $profile->expavg_credit
";
- echo "
"; + start_table(); show_profile($profile, $g_logged_in_user, true); - echo " |