Skip to content

Commit

Permalink
Frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 18, 2013
1 parent 5f26be7 commit 54adb2f
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 35 deletions.
25 changes: 15 additions & 10 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -4860,8 +4860,6 @@ a.tag:hover {
}
.box {
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -6515,6 +6513,11 @@ textarea {
-moz-border-radius-bottomright: 2px;
border-bottom-right-radius: 2px;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ckan-icon {
*margin-right: .3em;
display: inline-block;
Expand Down Expand Up @@ -7659,8 +7662,6 @@ textarea {
.wrapper {
*zoom: 1;
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -7700,8 +7701,7 @@ textarea {
border-top-width: 1px;
}
[role=main] .primary {
width: 719px;
margin-left: 1px;
width: 717px;
float: right;
}
[role=main] .secondary {
Expand Down Expand Up @@ -8197,10 +8197,15 @@ textarea {
.footer-links {
margin-left: 0;
}
.footer-links li {
display: inline-block;
width: 44%;
margin-right: 5%;
.footer-links ul {
float: left;
margin-left: 20px;
width: 220px;
}
.footer-links ul:first-child {
margin-left: 0;
}
.footer-links ul li {
margin-bottom: 5px;
}
.attribution small {
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/fuchsia.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckan/public/base/css/main.debug.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckan/public/base/css/main.min.css

Large diffs are not rendered by default.

25 changes: 15 additions & 10 deletions ckan/public/base/css/maroon.css
Expand Up @@ -4860,8 +4860,6 @@ a.tag:hover {
}
.box {
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -6515,6 +6513,11 @@ textarea {
-moz-border-radius-bottomright: 2px;
border-bottom-right-radius: 2px;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ckan-icon {
*margin-right: .3em;
display: inline-block;
Expand Down Expand Up @@ -7659,8 +7662,6 @@ textarea {
.wrapper {
*zoom: 1;
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -7700,8 +7701,7 @@ textarea {
border-top-width: 1px;
}
[role=main] .primary {
width: 719px;
margin-left: 1px;
width: 717px;
float: right;
}
[role=main] .secondary {
Expand Down Expand Up @@ -8197,10 +8197,15 @@ textarea {
.footer-links {
margin-left: 0;
}
.footer-links li {
display: inline-block;
width: 44%;
margin-right: 5%;
.footer-links ul {
float: left;
margin-left: 20px;
width: 220px;
}
.footer-links ul:first-child {
margin-left: 0;
}
.footer-links ul li {
margin-bottom: 5px;
}
.attribution small {
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/maroon.min.css

Large diffs are not rendered by default.

25 changes: 15 additions & 10 deletions ckan/public/base/css/red.css
Expand Up @@ -4860,8 +4860,6 @@ a.tag:hover {
}
.box {
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -6515,6 +6513,11 @@ textarea {
-moz-border-radius-bottomright: 2px;
border-bottom-right-radius: 2px;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ckan-icon {
*margin-right: .3em;
display: inline-block;
Expand Down Expand Up @@ -7659,8 +7662,6 @@ textarea {
.wrapper {
*zoom: 1;
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -7700,8 +7701,7 @@ textarea {
border-top-width: 1px;
}
[role=main] .primary {
width: 719px;
margin-left: 1px;
width: 717px;
float: right;
}
[role=main] .secondary {
Expand Down Expand Up @@ -8197,10 +8197,15 @@ textarea {
.footer-links {
margin-left: 0;
}
.footer-links li {
display: inline-block;
width: 44%;
margin-right: 5%;
.footer-links ul {
float: left;
margin-left: 20px;
width: 220px;
}
.footer-links ul:first-child {
margin-left: 0;
}
.footer-links ul li {
margin-bottom: 5px;
}
.attribution small {
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/red.min.css

Large diffs are not rendered by default.

0 comments on commit 54adb2f

Please sign in to comment.