21 lines
1015 B
CSS
21 lines
1015 B
CSS
/*body {overflow-y: scroll;}*/
|
|
#inputHeader {width: 100%;}
|
|
#inputHeader div.form-group {width: 100%;}
|
|
input#articleTitle {font-size: 30px;font-weight: 600;height: 45px; border-radius: 0;}
|
|
#submitButton {}
|
|
|
|
.nopaddingx {padding-left: 0;padding-right: 0;}
|
|
.nopaddingy {padding-bottom: 0;padding-top: 0;}
|
|
|
|
#articleText {border-radius:0;}
|
|
#articleText {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
|
box-sizing: border-box; /* Opera/IE 8+ */
|
|
}
|
|
/*#monitor {background-color: white; overflow-y: scroll; padding: 5px 10px; border: solid 1px #ccc; border-radius: 0px;}*/
|
|
#monitor {height: 100%; width: 100%; background-color: white; overflow-y: scroll; padding: 5px 10px; border: solid 1px #ccc; border-radius: 0px;}
|
|
|
|
#photobankContainer {position: absolute; top: 0; right: 0px; width: 675px; background-color: rgba(55,55,55, 0.8); overflow-y: scroll; height: 100%;}
|
|
#photobankContainer {display: none;} |