summaryrefslogtreecommitdiff
path: root/dash/css/profile.css
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-02-17 00:18:29 -0500
committerCarson Fleming <cflems@cflems.net>2017-02-17 00:18:29 -0500
commitb13221d3d3c98912e130c33c725d7274cda5b27d (patch)
tree11a4555f067696cbc10ab0854ab92c583a8365c1 /dash/css/profile.css
parent4f12fecebcd3f2a5bc6a0e7cdf9c420af4ed435a (diff)
downloadbulletin-b13221d3d3c98912e130c33c725d7274cda5b27d.tar.gz
Restyled a lil
Diffstat (limited to 'dash/css/profile.css')
-rw-r--r--dash/css/profile.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/dash/css/profile.css b/dash/css/profile.css
index 79a908f..1e55991 100644
--- a/dash/css/profile.css
+++ b/dash/css/profile.css
@@ -18,13 +18,13 @@
#profile p, #profile h3, #profile h4 {
margin: 0;
}
-input[type=text], input[type=password] {
+#profile input[type=text], #profile input[type=password] {
width: 248px;
padding: 6px 12px;
border: 1px solid #dddddd;
border-radius: 5px;
}
-input[type=submit], input[type=button], button {
+#profile input[type=submit], #profile input[type=button], #profile button {
background-color: #fb4d00;
padding: 5px 10px 3px;
border-style: none;
@@ -32,10 +32,10 @@ input[type=submit], input[type=button], button {
color: #ffffff;
cursor: pointer;
}
-input[type=submit]:hover, input[type=button]:hover, button:hover {
+#profile input[type=submit]:hover, #profile input[type=button]:hover, #profile button:hover {
background-color: #fb7700;
}
-textarea {
+#profile textarea {
margin: 0.25em auto;
width: 450px;
height: 150px;
@@ -58,6 +58,9 @@ textarea {
margin: 0.5em auto;
cursor: pointer;
}
+.public #propic {
+ cursor: default;
+}
#propic img {
width: 192px;
height: 192px;
@@ -83,11 +86,11 @@ textarea {
.public #probody {
margin: 1em 0;
}
-a {
+#profile a {
text-decoration: none;
color: #fb4d00;
cursor: pointer;
}
-a:hover {
+#profile a:hover {
color: #fb7700;
}