More cosmetic fixes in admin css

This commit is contained in:
Antonio de la Rosa 2016-07-06 04:38:35 +02:00
parent b2f2b215e5
commit 5890dd3948
2 changed files with 10 additions and 9 deletions

View file

@ -233,17 +233,18 @@ p {
font-size:18px;
font-weight:bold;
font-family:arial, sans;
font-family:helvetica, sans;
text-decoration:none;
color:#000000;
color:#fbfbfb;
padding:5px;
background-image:url('../images/background_title.png');
/*background-image:url('../images/background_title.png');
background-position:top;
background-repeat: repeat-x;
background-color: #fcf7fd;
background-repeat: repeat-x;*/
background-color: #337ab7;
border-radius: 8px 8px 0px 0px;
border:solid #cccccc;
border:solid #337ab7;
border-width:1px 1px 1px 1px;
margin-top:8px;
}
#inform {
@ -371,7 +372,7 @@ margin-right:auto;
padding:10px 10px 10px 10px;
border:solid #dfdfdf;
border-width: 0px 1px 1px 1px;
font-size:12px;
font-size:14px;
position:relative;
overflow:auto;
margin-bottom:10px;

View file

@ -10,9 +10,9 @@ ${make_url('admin/'+module)}\
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>${title}</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>-->
${add_css_home_local('admin.css', 'admin')}
${add_css_home_local('font-awesome.min.css', 'admin')}
${add_js_home_local('jquery.min.js', 'admin')}