auth : refresh the CSS to be more user friendly

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3017 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-09-01 10:41:36 +00:00
parent 239d5b0290
commit ef9c921aca

View File

@@ -47,7 +47,7 @@ class auth
padding: 20px;}\n";
$res .= "input[type='text'], input[type='password'] {
display:inline-block;
border-radius : 10px 10px 10px 10px;
border-radius : 4px;
border: 1px solid #cccccc;
margin: 0px;
height:10px;
@@ -55,19 +55,19 @@ class auth
margin-bottom: 20px;
background-color:white;}\n";
$res .= "input[type='submit'] {
display: inline-block;
padding: 10px 32px;
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
border: 1px solid #2e6da4;
font-size: 14px;
font-weight: 400;
vertical-align: middle;
border-radius : 10px 10px 10px 10px;
border-radius : 4px;
height: 40px;
margin-top : 10px;
padding-top : 10px;
padding-bottom : 10px;
padding-left : 30px;
padding-right : 30px;
display: inline-block;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset,
0px 1px 2px rgba(0, 0, 0, 0.05);
background-color: #cccccc;}\n";
}\n";
$res .= "h1 { color: #bbb }\n";
$res .= "h2 { padding-top: 0px; padding-bottom: 30px;}\n";
$res .= " </style>\n";