summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-01 16:35:33 -0400
committerryderr <r@okfoc.us>2014-10-01 16:35:33 -0400
commite52ff269967587b8f36528158a83ebe491ff3239 (patch)
treeaa93216b5b53f663f6fb32d8fad05b63a9c58799 /public
parent16f111699f9204c0cd0ccf5f8799da8790622bc2 (diff)
help icon
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 5ca5a16..d672465 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -65,7 +65,14 @@ a{
left: 0;
z-index: 6;
}
-
+.topLinks a.icon-help-circled {
+ font-size: 24px;
+ padding: 21px 27px 0 8px;
+}
+.topLinks a.icon-help-circled:hover {
+ background:transparent;
+ color:red;
+}
.page #header {
background: white;
border-bottom: 1px solid;
@@ -2149,6 +2156,7 @@ a[data-role="forgot-password"] {
text-decoration: none;
font-size: 14px;
}
+
.page h1 {
font-size: 26px;
padding: 10px 0 15px 0;