diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-11-18 14:44:44 -0800 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-11-18 14:44:44 -0800 |
commit | 85ca63b0896be3d12a098b44b5ec0c65a5b76a6c (patch) | |
tree | 86af33cb199088d65389bfb83cacf94a3db2a88b /framework/Wsat/themes | |
parent | 7a047bedd98b47a82263e81bf62ef3890947f6ac (diff) |
WSAT Login...
Diffstat (limited to 'framework/Wsat/themes')
-rw-r--r-- | framework/Wsat/themes/PradoSoft/main.css (renamed from framework/Wsat/themes/PradoSoft/style.css) | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/framework/Wsat/themes/PradoSoft/style.css b/framework/Wsat/themes/PradoSoft/main.css index 5424388b..6c609e95 100644 --- a/framework/Wsat/themes/PradoSoft/style.css +++ b/framework/Wsat/themes/PradoSoft/main.css @@ -110,7 +110,17 @@ html, body{ }
.in_text{
- width: 250px;
+ width: 250px;
+}
+
+.login_form{
+ text-align: center;
+ margin: 30px auto;
+ border: 1px solid red;
+ border-radius: 5px;
+ padding: 10px;
+ width: 250px;
+ font-size: 11px;
}
#footer {
|