1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Removed awx.min.css from respository. Use 'make minify' to compile and compress the .less files and create awx.min.css.

This commit is contained in:
chouseknecht 2013-08-08 12:13:22 -04:00
parent 6138b35c48
commit 71c31a919f
3 changed files with 25 additions and 18 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ awx/projects
awx/public/media
awx/public/static
awx/ui/static/js/awx-min.js
awx/ui/static/css/awx.min.css
env/*
build
deb-build

File diff suppressed because one or more lines are too long

View File

@ -7,13 +7,20 @@
*
*/
@black: #171717;
@warning: #FF9900;
@red: #FF0000;
@blue: #1778c3; /* logo blue */
@blue-link: #0088cc;
html {
background-color: #171717;
background-color: @black;
}
body {
padding-top: 100px;
color: #171717;
color: @black;
}
.tooltip {
@ -81,7 +88,7 @@ hr {
margin-bottom: 25px;
font-size: 14px;
font-weight: normal;
color: #0088cc;
color: @blue-link;
text-align: center;
}
@ -94,7 +101,7 @@ hr {
}
.main-menu {
background-color: #171717;
background-color: @black;
}
.main-menu .nav {
@ -135,7 +142,7 @@ a:hover {
}
.help-link:hover {
color: #1778c3;
color: @blue;
text-decoration: none;
}
@ -146,7 +153,7 @@ a:hover {
margin-top: 60px;
color: #A9A9A9;
text-align: center;
background-color: #171717;
background-color: @black;
}
.copyright {
@ -209,7 +216,7 @@ a:hover {
margin-top: 5px;
font-size: 12px;
line-height: normal;
color: #FF0000;
color: @red;
}
.xsmall {
@ -269,7 +276,7 @@ legend {
.accordion-heading {
font-weight: bold;
color: #0088CC;
color: @blue-link;
}
.accordion-heading i {
@ -323,7 +330,7 @@ legend {
}
.breadcrumb .active {
color: #171717;
color: @black;
}
.nav-tabs > li > a {
@ -404,7 +411,7 @@ input[type="text"].job-error {
}
.active-failures-true a:hover {
color: #FF0000;
color: @red;
}
.job-failures-true {
@ -444,17 +451,17 @@ input[type="text"].job-successful {
}
.field-failure {
color: #FF0000;
color: @red;
}
.field-failure input {
border-color: #FF0000;
border-color: @red;
}
.job-changed,
.license-warning,
.license-demo {
color: #FF9900;
color: @warning;
}
.job-detail-status {
@ -475,7 +482,7 @@ input[type="text"].job-successful {
}
.child-event a {
color: #171717;
color: @black;
cursor: default;
}
@ -523,7 +530,7 @@ input[type="text"].job-successful {
.inventory-title {
margin-top: 15px;
font-weight: bold;
color: #0088cc;
color: @blue-link;
}
.inventory-buttons {
@ -625,7 +632,7 @@ input[type="text"].job-successful {
.list-header .icon-sort-down,
.list-header .icon-sort-up {
color: #171717;
color: @black;
}
/* job_events syles */
@ -686,7 +693,7 @@ tr td button i {
}
.modal {
border: 1px solid #171717;
border: 1px solid @black;
}
.close {