mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Change record manage table to use monospaced font.
This commit is contained in:
parent
7f0aead9e0
commit
41d01dd207
@ -1,5 +1,9 @@
|
|||||||
/* here you can put your own css to customize and override the theme */
|
/* here you can put your own css to customize and override the theme */
|
||||||
|
|
||||||
|
#tbl_record_manage td {
|
||||||
|
font-family:'Roboto Mono' !important;
|
||||||
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
Rounded Portlets
|
Rounded Portlets
|
||||||
***/
|
***/
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
<!-- BEGIN GLOBAL MANDATORY STYLES -->
|
<!-- BEGIN GLOBAL MANDATORY STYLES -->
|
||||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Roboto+Mono:400,300,700' rel='stylesheet' type='text/css'>
|
||||||
<link href="{{ url_for('static', filename='global/plugins/font-awesome/css/font-awesome.min.css') }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ url_for('static', filename='global/plugins/font-awesome/css/font-awesome.min.css') }}" rel="stylesheet" type="text/css"/>
|
||||||
<link href="{{ url_for('static', filename='global/plugins/simple-line-icons/simple-line-icons.min.css') }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ url_for('static', filename='global/plugins/simple-line-icons/simple-line-icons.min.css') }}" rel="stylesheet" type="text/css"/>
|
||||||
<link href="{{ url_for('static', filename='global/plugins/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css"/>
|
<link href="{{ url_for('static', filename='global/plugins/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user