TODO: css tweaks
This commit is contained in:
parent
00cd4df7d7
commit
e7b80ed4c3
@ -4,6 +4,7 @@ body
|
|||||||
background-color: #272a33;
|
background-color: #272a33;
|
||||||
color:#E0B0FF;
|
color:#E0B0FF;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#login{
|
div#login{
|
||||||
@ -78,7 +79,7 @@ div#buttons .distribusi input{
|
|||||||
border: none;
|
border: none;
|
||||||
background: #fff600;
|
background: #fff600;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 1px;
|
margin: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.required {
|
fieldset.required {
|
||||||
@ -92,7 +93,7 @@ input {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 1px;
|
margin: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:hover {
|
input:hover {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang='en'>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Autonomous Practices X Distribusi-Verse</title>
|
<title>Autonomous Practices X Distribusi-Verse</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css')}}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css')}}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/selector.css')}}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/selector.css')}}">
|
||||||
|
Loading…
Reference in New Issue
Block a user