From 30d8c7d1272e0c0cb6c20fddf69af42dd4a706f4 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 1 Sep 2016 14:38:29 +0530 Subject: changed css and js --- css/scilab_fixer.css | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100755 css/scilab_fixer.css (limited to 'css') diff --git a/css/scilab_fixer.css b/css/scilab_fixer.css deleted file mode 100755 index 5634290..0000000 --- a/css/scilab_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 From 090b633219c93987626ad08d37011403b056b8cf Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 1 Sep 2016 14:39:48 +0530 Subject: added renamed files --- css/textbook_companion_fixer.css | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 css/textbook_companion_fixer.css (limited to 'css') diff --git a/css/textbook_companion_fixer.css b/css/textbook_companion_fixer.css new file mode 100755 index 0000000..5634290 --- /dev/null +++ b/css/textbook_companion_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; +} -- cgit From 13d4d92ccbcde4067a649e644e1f08fbf12f8489 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 6 Sep 2016 15:55:32 +0530 Subject: fixed css issue and formated the code --- css/textbook_companion_fixer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/textbook_companion_fixer.css b/css/textbook_companion_fixer.css index 5634290..1a91bb0 100755 --- a/css/textbook_companion_fixer.css +++ b/css/textbook_companion_fixer.css @@ -6,9 +6,9 @@ width: 620px; overflow-x: auto; } -#fix-tbc-form #edit-example { +/*#fix-tbc-form #edit-example { height: 250px; -} +}*/ #fix-tbc-page #updating, #fix-tbc-page #done { display: none; -- cgit