Browse Source

Fix local.css file indent.

opi 9 years ago
parent
commit
846e0c673d
1 changed files with 104 additions and 104 deletions
  1. 104 104
      coin/static/css/local.css

+ 104 - 104
coin/static/css/local.css

@@ -1,41 +1,41 @@
 /* Titre général */
 
 header {
-	user-select: none;
-	/* Navigateurs */
-	-moz-user-select: none;
-	-webkit-user-select: none;
+    user-select: none;
+    /* Navigateurs */
+    -moz-user-select: none;
+    -webkit-user-select: none;
 }
 h1 {
-	font-size: 2.2em;
-	margin-bottom: 1em;
+    font-size: 2.2em;
+    margin-bottom: 1em;
 }
 h1:before {
-	content: "\\_o<";
-	color: #FF6600;
-	font-weight: normal;
-	font-family: monospace;
-	text-align: center;
-	font-size: 1.25em;
-	display: block;
-	float: left;
-	width: 25%;
+    content: "\\_o<";
+    color: #FF6600;
+    font-weight: normal;
+    font-family: monospace;
+    text-align: center;
+    font-size: 1.25em;
+    display: block;
+    float: left;
+    width: 25%;
 }
 
 h1:hover:before {
-	content: "\\_x<";
+    content: "\\_x<";
 }
 h1:hover:after {
-	position: absolute;
-	text-align: center;
-	z-index: -1;
-	right: 15%;
-	left: 25%;
+    position: absolute;
+    text-align: center;
+    z-index: -1;
+    right: 15%;
+    left: 25%;
 }
 
 h1 a, h1:after {
-	color: #0086A9;
-	font-weight: bold;
+    color: #0086A9;
+    font-weight: bold;
 }
 
 /* Barre de navigation */
@@ -48,72 +48,72 @@ h1 a, h1:after {
 
 /*
 nav#sidebox {
-	position: fixed;
-	z-index: 1;
+    position: fixed;
+    z-index: 1;
 }
 
 h3#nav {
-	background-color: #E8E8FF;
-	border: 1px solid #E0E0E0;
-	border-bottom-color: #0086A9;
-	padding-bottom: 0.25em;
-	text-indent: 0.25em;
-	margin-top: 0.25em;
-	padding-top: 0.1em;
-	margin-bottom: 0;
-	color: #FF6600;
+    background-color: #E8E8FF;
+    border: 1px solid #E0E0E0;
+    border-bottom-color: #0086A9;
+    padding-bottom: 0.25em;
+    text-indent: 0.25em;
+    margin-top: 0.25em;
+    padding-top: 0.1em;
+    margin-bottom: 0;
+    color: #FF6600;
 }*/
 /*
 .side-nav {
-	padding: 0;
-	padding-top: 0.75em;
-	background-color: #E8E8FF;
-	border: 1px solid #E0E0E0;
-	border-top: 0 none transparent;
-	margin-top: 0;
+    padding: 0;
+    padding-top: 0.75em;
+    background-color: #E8E8FF;
+    border: 1px solid #E0E0E0;
+    border-top: 0 none transparent;
+    margin-top: 0;
 }
 
 .side-nav a {
-	padding: 0 0.5em 0.2em 0.5em;
+    padding: 0 0.5em 0.2em 0.5em;
 }
 
 .side-nav a:hover,
 .side-nav li.active a,
 .side-nav li ul li a:hover {
-	background-color: #0086A9;
-	color: #FFFFFF !important;
-	border-radius: 5px;
+    background-color: #0086A9;
+    color: #FFFFFF !important;
+    border-radius: 5px;
 }
 
 .side-nav li ul {
-	list-style-type: disc;
-	padding-top: 0.25em;
+    list-style-type: disc;
+    padding-top: 0.25em;
 }
 
 .side-nav li ul li a:hover {
-	margin-right: 1em;
+    margin-right: 1em;
 }
 
 .side-nav li ul li a {
-	padding-left: 0.25em;
-	margin-left: -0.25em;
+    padding-left: 0.25em;
+    margin-left: -0.25em;
 }
 
 .side-nav li.active li a {
-	background-color: transparent;
-	color: #0086A9 !important;
+    background-color: transparent;
+    color: #0086A9 !important;
 }
 */
 /* Titre section principale */
 
 h2:before {
-	/*content: url(../img/coinitem.png);*/
-	margin-right: 0.25em;
+    /*content: url(../img/coinitem.png);*/
+    margin-right: 0.25em;
 }
 
 h2 {
-	color: #FF6600;
-	/*border-bottom: 2px solid #0086A9;*/
+    color: #FF6600;
+    /*border-bottom: 2px solid #0086A9;*/
 }
 
 
@@ -278,22 +278,22 @@ span.italic {
 }
 
 #graph h3 select {
-	display: inline;
-	background-color: transparent;
-	border: 0 none transparent;
-	font-family: inherit;
-	box-shadow: none;
-	font-size: 0.9em;
-	width: auto;
-	margin: 0;
-	padding: 0;
+    display: inline;
+    background-color: transparent;
+    border: 0 none transparent;
+    font-family: inherit;
+    box-shadow: none;
+    font-size: 0.9em;
+    width: auto;
+    margin: 0;
+    padding: 0;
 }
 #graph h3 select option {
-	font-size: 0.6em;
+    font-size: 0.6em;
 }
 
 a.cfglink {
-	white-space: nowrap;
+    white-space: nowrap;
 }
 
 tr.inactive {
@@ -306,44 +306,44 @@ tr.inactive {
    content: "Les champs marqués d'un ✎ sont éditables.";
 }
 .flatform .legend {
-	clear: both;
+    clear: both;
 }
 
 .flatfield label {
-	background-color: #0086A9;
-	color: #F0F0F0;
-	font-size: 0.9em;
-	padding: 0.2em 0.5em;
-	white-space: nowrap;
+    background-color: #0086A9;
+    color: #F0F0F0;
+    font-size: 0.9em;
+    padding: 0.2em 0.5em;
+    white-space: nowrap;
 }
 .flatfield label:before {
-	content: "✎ ";
-	color: #E9E9E9;
+    content: "✎ ";
+    color: #E9E9E9;
 }
 
 .flatfield input {
-	margin-bottom: 0;
-	border: 1px solid #E9E9E9;
-	background-color: transparent;
-	text-overflow: ellipsis;
-	padding-left: 1em;
-	box-shadow: none;
-	font-size: 1.1em;
-	color: #222222;
-	width: 90%;
+    margin-bottom: 0;
+    border: 1px solid #E9E9E9;
+    background-color: transparent;
+    text-overflow: ellipsis;
+    padding-left: 1em;
+    box-shadow: none;
+    font-size: 1.1em;
+    color: #222222;
+    width: 90%;
 }
 .flatfield input::-moz-placeholder {
-	font-style: italic;
+    font-style: italic;
 }
 .flatfield input:-ms-input-placeholder {
-	font-style: italic;
+    font-style: italic;
 }
 .flatfield input::-webkit-input-placeholder {
-	font-style: italic;
+    font-style: italic;
 }
 .flatfield input:focus {
-	background-color: #FFFFFF;
-	border: 2px solid #C0C0C0;
+    background-color: #FFFFFF;
+    border: 2px solid #C0C0C0;
 }
 
 /* Feeds */
@@ -359,34 +359,34 @@ tr.inactive {
 }
 
 .legend .button, .formcontrol .button {
-	padding: 0.25em 0.5em;
-	border-radius:5px;
-	font-size: 0.9em;
+    padding: 0.25em 0.5em;
+    border-radius:5px;
+    font-size: 0.9em;
 }
 
 .nogap ul {
-	margin-bottom: 0;
+    margin-bottom: 0;
 }
 .nogap ul li {
-	list-style-type: none;
+    list-style-type: none;
 }
 .errored input {
-	border-color: #FF0000;
-	box-shadow: #FF7777 0 0 5px;
+    border-color: #FF0000;
+    box-shadow: #FF7777 0 0 5px;
 }
 .formcontrol {
-	text-align: right;
-	margin-right: 1em;
+    text-align: right;
+    margin-right: 1em;
 }
 
 .message.success {
-	padding: 0.5em;
-	color: #FFFFFF;
-	text-align: center;
-	background-color: #20BA44;
-	/*background-color: #00A986;*/
-	border: 1px solid #E0E0E0;
-	margin: -1.5em 1em 1em 1em;
+    padding: 0.5em;
+    color: #FFFFFF;
+    text-align: center;
+    background-color: #20BA44;
+    /*background-color: #00A986;*/
+    border: 1px solid #E0E0E0;
+    margin: -1.5em 1em 1em 1em;
 }
 .message.success:before {
     content: "✔ ";