From 9079093f5ace76555b15e613ca9b8e473aa8461d Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 31 Aug 2019 15:31:32 +0530 Subject: updated the code for R TBC --- css/r_tbc_fixer.css | 47 ++++++++++++++++++++++++++++++++++++++++ css/textbook_companion_fixer.css | 47 ---------------------------------------- 2 files changed, 47 insertions(+), 47 deletions(-) create mode 100755 css/r_tbc_fixer.css delete mode 100755 css/textbook_companion_fixer.css (limited to 'css') 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; +} diff --git a/css/textbook_companion_fixer.css b/css/textbook_companion_fixer.css deleted file mode 100755 index 1a91bb0..0000000 --- a/css/textbook_companion_fixer.css +++ /dev/null @@ -1,47 +0,0 @@ -#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; -} -- cgit