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