Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/shorten_result.css')
-rw-r--r--public/css/shorten_result.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/public/css/shorten_result.css b/public/css/shorten_result.css
index a8e89b8..42482a1 100644
--- a/public/css/shorten_result.css
+++ b/public/css/shorten_result.css
@@ -5,10 +5,29 @@
}
-.back-btn {
+.btn {
margin-top: 30px;
}
.content-div {
text-align: center;
}
+
+.qr-code-container {
+ display: none;
+ margin-top: 2em;
+}
+
+.qr-code-container img {
+ display: inline !important;
+}
+
+.input-group {
+ width: 40vw;
+ margin: 0 auto;
+}
+
+.input-group-addon {
+ padding: 0px 10px;
+ cursor: pointer;
+}