More cosmetic fixes in admin css
This commit is contained in:
parent
b2f2b215e5
commit
5890dd3948
2 changed files with 10 additions and 9 deletions
|
|
@ -233,17 +233,18 @@ p {
|
||||||
|
|
||||||
font-size:18px;
|
font-size:18px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-family:arial, sans;
|
font-family:helvetica, sans;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#000000;
|
color:#fbfbfb;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
background-image:url('../images/background_title.png');
|
/*background-image:url('../images/background_title.png');
|
||||||
background-position:top;
|
background-position:top;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;*/
|
||||||
background-color: #fcf7fd;
|
background-color: #337ab7;
|
||||||
border-radius: 8px 8px 0px 0px;
|
border-radius: 8px 8px 0px 0px;
|
||||||
border:solid #cccccc;
|
border:solid #337ab7;
|
||||||
border-width:1px 1px 1px 1px;
|
border-width:1px 1px 1px 1px;
|
||||||
|
margin-top:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inform {
|
#inform {
|
||||||
|
|
@ -371,7 +372,7 @@ margin-right:auto;
|
||||||
padding:10px 10px 10px 10px;
|
padding:10px 10px 10px 10px;
|
||||||
border:solid #dfdfdf;
|
border:solid #dfdfdf;
|
||||||
border-width: 0px 1px 1px 1px;
|
border-width: 0px 1px 1px 1px;
|
||||||
font-size:12px;
|
font-size:14px;
|
||||||
position:relative;
|
position:relative;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@ ${make_url('admin/'+module)}\
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>${title}</title>
|
<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=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('admin.css', 'admin')}
|
||||||
${add_css_home_local('font-awesome.min.css', 'admin')}
|
${add_css_home_local('font-awesome.min.css', 'admin')}
|
||||||
${add_js_home_local('jquery.min.js', 'admin')}
|
${add_js_home_local('jquery.min.js', 'admin')}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue