summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-01-03 12:35:40 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2013-01-03 12:35:40 -0600
commit10efba5b7f3dd3d1cbe332bd1d0f8bfd4a2ad7ef (patch)
tree0c713612e40369260da45825dd5616d061d1da49 /askbot/media/style/style.css
parentbaa3c057f0a1caeb8a181c4f87b391994f86658f (diff)
downloadaskbot-10efba5b7f3dd3d1cbe332bd1d0f8bfd4a2ad7ef.tar.gz
askbot-10efba5b7f3dd3d1cbe332bd1d0f8bfd4a2ad7ef.tar.bz2
askbot-10efba5b7f3dd3d1cbe332bd1d0f8bfd4a2ad7ef.zip
temporal commit: javascript issue in tag_selector.js
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 3ca80614..11f0850a 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -3046,6 +3046,39 @@ a:hover.medal {
padding: 10px 0px 10px 0px;
font-family: 'Open Sans Condensed', Arial, sans-serif;
}
+.user-profile-page .inputs {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+.user-profile-page .inputs input[type='submit'] {
+ height: 26px;
+ font-size: 15px;
+ text-align: center;
+ text-decoration: none;
+ cursor: pointer;
+ color: #4a757f;
+ font-family: 'Open Sans Condensed', Arial, sans-serif;
+ text-shadow: 0px 1px 0px #c6d9dd;
+ -moz-text-shadow: 0px 1px 0px #c6d9dd;
+ -webkit-text-shadow: 0px 1px 0px #c6d9dd;
+ border-top: #eaf2f3 1px solid;
+ background-color: #d1e2e5;
+ background-repeat: no-repeat;
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1e2e5), color-stop(25%, #d1e2e5), to(#a9c2c7));
+ background-image: -webkit-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
+ background-image: -moz-linear-gradient(top, #d1e2e5, #d1e2e5 25%, #a9c2c7);
+ background-image: -ms-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
+ background-image: -o-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
+ background-image: linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
+ border-radius: 4px;
+ -ms-border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ -khtml-border-radius: 4px;
+ -webkit-box-shadow: 1px 1px 2px #636363;
+ -moz-box-shadow: 1px 1px 2px #636363;
+ box-shadow: 1px 1px 2px #636363;
+}
.user-details {
font-size: 13px;
}