Skip to content

Commit

Permalink
Basic stylistic and color improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Mar 27, 2019
1 parent ce366fd commit a3938e3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
3 changes: 1 addition & 2 deletions app/src/Template/Layout/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ if(isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'M
<?=
$this->Html->link(
$this->Html->image(
// XXX background needs to be on green (and primary gear should be green)
"COmanage-Logo-LG-onBlue.png",
"COmanage-Logo-LG-onGreen.png",
array(
'alt' => __('match.meta.logo')
)
Expand Down
30 changes: 16 additions & 14 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ html * {
font-family: 'Noto Sans','Trebuchet MS',Arial,Helvetica,sans-serif;
}
body {
color: #222;
color: black;
-webkit-overflow-scrolling: touch; /* for dialog boxes */
font-size: 12px; /* MDL override from 14px; */
}
Expand Down Expand Up @@ -105,11 +105,11 @@ a {
}
/* HEADER */
#banner {
box-shadow: 0 0 4px #000;
box-shadow: 0 0 3px #999;
}
header.mdl-layout__header {
display: block !important; /* don't hide on mobile */
background-color: #90EE90;
background-color: #0b6623;
color: white;
}
.mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
Expand Down Expand Up @@ -492,10 +492,10 @@ form#notificationStatus {
min-height: 23px;
padding: 0 40px 0 0;
margin: 0;
color: #222;
color: white;
}
#collaborationTitle a {
color: #222;
color: white;
}
#breadcrumbs {
font-size: 0.9em;
Expand Down Expand Up @@ -1787,16 +1787,14 @@ table {
clear: both;
}
th, td {
padding: 0.5em;
padding: 0.75em;
text-align: left;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
font-weight: normal;
}
th {
/*background-color: #9fc6e2;*/
background-color: #477547;
color: white;
background-color: #ddd;
color: black;
font-weight: 600;
}
th a {
color: white;
Expand All @@ -1805,8 +1803,12 @@ th a:hover {
color: #ff3;
text-decoration: none !important;
}
td {
border-bottom: 1px solid #eee;
}
tr th:first-child,
tr td:first-child {
padding-left: 1em;
padding-left: 1.25em;
}
tr th:last-child,
tr td:last-child {
Expand All @@ -1819,10 +1821,10 @@ th.actionButtons {
width:70px;
}
tr:nth-child(odd) td {
background-color: #f5f5f5;
background-color: #f8f8f8;
}
tr:nth-child(even) td {
background-color: #e5e5e5;
background-color: #fff;
}
td.indented {
border-left: 3em solid #fff;
Expand Down
Binary file added app/webroot/img/COmanage-Logo-LG-onGreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3938e3

Please sign in to comment.