aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css/style.css')
-rw-r--r--pdf-as-web/src/main/webapp/assets/css/style.css70
1 files changed, 53 insertions, 17 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/css/style.css b/pdf-as-web/src/main/webapp/assets/css/style.css
index 8ef67ebf..751396fe 100644
--- a/pdf-as-web/src/main/webapp/assets/css/style.css
+++ b/pdf-as-web/src/main/webapp/assets/css/style.css
@@ -14,9 +14,12 @@ iframe {
border: none;
}
-#sidebar {
- float: left;
- margin-right: 1em;
+#navBar {
+ margin: 2em;
+}
+
+#placeContinue {
+ margin: 1em;
}
#fileSelector {
@@ -42,18 +45,19 @@ iframe {
}
#borderBox {
- height: 815px;
- width: 750px;
+ height: 40em;
+ width: 100%;
float: center;
- margin: 20px;
- border: 2px dashed;
+ margin: 1.25em;
+ border: 0.2em dashed;
border-color: black;
}
#content {
clear: both;
- height: 863px;
+ height: 40em;
font-size: 150%;
+ margin-bottom: 5em;
}
#btnSign {
@@ -84,24 +88,28 @@ iframe {
}
.container {
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
- border: 2px solid;
+ border-top-left-radius: 1em;
+ border-top-right-radius: 1em;
+ border: 0.125em solid;
border-color: #66A3FF;
background: #E8F4FF;
- box-shadow: 0px 0px 15px #333333;
+ box-shadow: 0em 0em 1em #333333;
margin-bottom: 1em;
- width: 20em;
+ margin-left: 5em;
+ margin-right: 5em;
+ width: 100%;
}
.container h3 {
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
+ border-top-left-radius: 0.5em;
+ border-top-right-radius: 0.5em;
background: #66A3FF;
color: #FFFFFF;
text-align: center;
- margin: -1px;
- height: 2em;
+ margin: -0.125em;
+ margin-left: -0.7em;
+ margin-right: -0.7em;
+ height: 2em;
}
.container fieldset {
@@ -143,4 +151,32 @@ iframe {
.white_content a {
z-index: 3000;
+}
+
+#noPdfMessage
+{
+ color: red;
+}
+
+.btn-file {
+ position: relative;
+ overflow: hidden;
+}
+.btn-file input[type=file] {
+ position: absolute;
+ top: 0;
+ right: 0;
+ min-width: 100%;
+ min-height: 100%;
+ font-size: 100px;
+ text-align: right;
+ filter: alpha(opacity=0);
+ opacity: 0;
+ background: red;
+ cursor: inherit;
+ display: block;
+}
+input[readonly] {
+ background-color: white !important;
+ cursor: text !important;
} \ No newline at end of file