summaryrefslogtreecommitdiff
path: root/css/r_tbc_fixer.css
diff options
context:
space:
mode:
authorprashantsinalkar2019-08-31 15:31:32 +0530
committerprashantsinalkar2019-09-01 22:13:11 +0530
commit9079093f5ace76555b15e613ca9b8e473aa8461d (patch)
tree4be26647f2f091f80a2c71854efaf59ec12d6980 /css/r_tbc_fixer.css
parent8d3bed544de846f7df096ab4e1a5c930522f7855 (diff)
downloadr_tbc_fixer-9079093f5ace76555b15e613ca9b8e473aa8461d.tar.gz
r_tbc_fixer-9079093f5ace76555b15e613ca9b8e473aa8461d.tar.bz2
r_tbc_fixer-9079093f5ace76555b15e613ca9b8e473aa8461d.zip
updated the code for R TBC
Diffstat (limited to 'css/r_tbc_fixer.css')
-rwxr-xr-xcss/r_tbc_fixer.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/css/r_tbc_fixer.css b/css/r_tbc_fixer.css
new file mode 100755
index 0000000..1a91bb0
--- /dev/null
+++ b/css/r_tbc_fixer.css
@@ -0,0 +1,47 @@
+#fix-tbc-form #edit-caption {
+ width: 99% !important;
+}
+#fix-tbc-form .well {
+ margin-top: 25px;
+ width: 620px;
+ overflow-x: auto;
+}
+/*#fix-tbc-form #edit-example {
+ height: 250px;
+}*/
+#fix-tbc-page #updating,
+#fix-tbc-page #done {
+ display: none;
+ position: fixed;
+ z-index: 2000;
+ left: 55%;
+ top: 45%;
+ padding: 5px 10px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-box-shadow: 0px 0px 10px #cccccc;
+ -moz-box-shadow: 0px 0px 10px #cccccc;
+ -obox-shadow: 0px 0px 10px #cccccc;
+ box-shadow: 0px 0px 10px #cccccc;
+}
+#fix-tbc-page #updating {
+ background: #FF851B;
+}
+#fix-tbc-page #done {
+ background: #2ECC40;
+}
+textarea#edit-code {
+ height: 300px;
+ width: 650px;
+}
+.orange {
+ background: #FF9933 !important;
+}
+.sync-msg {
+ font-size: .8em;
+}
+.messages.success {
+ background: lightgreen;
+}