aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/css
diff options
context:
space:
mode:
authorfschneider <florian.schneider@student.tugraz.at>2015-08-13 16:17:19 +0200
committerfschneider <florian.schneider@student.tugraz.at>2015-08-13 16:17:19 +0200
commit399096e21435170201ab85e58a20bfcfa9d4912f (patch)
tree90bafbe98708ce80b3f4c472c6c8c86dc36b8abe /pdf-as-web/src/main/webapp/assets/css
parentb5413b1ba040b558cc2cc5fdaa810d409e0620af (diff)
downloadpdf-as-4-399096e21435170201ab85e58a20bfcfa9d4912f.tar.gz
pdf-as-4-399096e21435170201ab85e58a20bfcfa9d4912f.tar.bz2
pdf-as-4-399096e21435170201ab85e58a20bfcfa9d4912f.zip
Improvements
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css')
-rw-r--r--pdf-as-web/src/main/webapp/assets/css/style.css44
1 files changed, 39 insertions, 5 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 f5b31212..fa4ea6d4 100644
--- a/pdf-as-web/src/main/webapp/assets/css/style.css
+++ b/pdf-as-web/src/main/webapp/assets/css/style.css
@@ -10,10 +10,27 @@ footer {
clear: both;
}
-iframe {
- border: none;
- min-width:10em;
-}
+
+
+@media all and (min-width: 320px) {
+
+ iframe {
+ border: none;
+ min-width:5em;
+ height: 80%;
+ width:100%;
+ }
+ }
+
+ @media all and (max-width: 320px) {
+
+ iframe {
+ border: none;
+ min-width:5em;
+ width: 100%;
+ height: 40%;
+ }
+ }
.methodChooseContainer {
width: 80px;
@@ -41,10 +58,26 @@ iframe {
#navBar {
margin: 2em;
min-width: 25em;
+ margin-bottom: 0.3em;
+}
+
+#InnerBackBox {
+ width: 25em;
+ min-width: 25em;
+}
+
+#BackBox {
+ margin-left: 1.7em;
+ width: 2.4em;
+}
+
+#BackBox:hover {
+ cursor:pointer;
+ cursor:hand;
}
#ViewerExternToolbar {
- margin-bottom: 1em !important;
+ margin-bottom: 1em;
min-width: 25em;
}
@@ -107,6 +140,7 @@ iframe {
height: 40em;
font-size: 150%;
margin-bottom: 5em;
+ width: 100%;
}
#noSignatureWarning {