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:
authorChaoyi Zha <summermontreal@gmail.com>2015-11-07 01:48:06 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-11-07 01:48:06 +0300
commita844d92ffa7d9fafd505d0b0d3d515c1adaf67ad (patch)
tree6ef6e3a76083930fcb37ff824bc66d00ff5475be /public/css
parent8006bdff7872b7066630ca67c4c59821d59c8a7a (diff)
Add frontend elements of shorten result pagE
Diffstat (limited to 'public/css')
-rw-r--r--public/css/shorten_result.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/shorten_result.css b/public/css/shorten_result.css
new file mode 100644
index 0000000..a8e89b8
--- /dev/null
+++ b/public/css/shorten_result.css
@@ -0,0 +1,14 @@
+.result-box {
+ width: 50%;
+ display: block;
+ margin : 0 auto;
+
+}
+
+.back-btn {
+ margin-top: 30px;
+}
+
+.content-div {
+ text-align: center;
+}