From c1f5a2eee8d8181bc031b0b124844403b409d978 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Thu, 24 Jul 2014 21:25:40 -0400 Subject: [PATCH] Add linkage css and make input box 47px tall instead of % --- Website/Include/CSS/style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index 91ff387..10c5128 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -63,10 +63,22 @@ hr { margin-bottom: 2%; } +.lexp select{ + height: 25px; + border: none; + width: 78px; +} + +.linkage{ + margin-top: 28%; + font-size: 15px; + color: #ccc; +} + .form-shorten input[type="text"] { padding: 10px; font-size: 16px; - height: 400%; + height: 47px; font-size: 20px; border: none; box-shadow: none; @@ -77,7 +89,7 @@ hr { box-shadow: none; padding: 10px; font-size: 16px; - height: 400%; + height: 47px; font-size: 20px; }