diff options
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 {
|