Skip to content

Commit

Permalink
Removed women's day customization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Mar 8, 2016
1 parent bd5ef21 commit 5ad84a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
96 changes: 0 additions & 96 deletions public/holidays/holidays.css
Original file line number Diff line number Diff line change
@@ -1,96 +0,0 @@
.fileinput-button,
.fileinput-button:hover,
.uploadbtn,
.uploadbtn:hover,
.splitbtn,
.mergebtn,
.splitbtn.done,
.splitbtn.done:hover {
background-color: #E23AB6;
}

.mgmt-panel-tm .btn-ok,
.mgmt-panel-gl .btn-ok,
.popup .btn-ok,
.slide-panel .btn-ok,
.uploadtm.disabled,
.download-manage.btn-ok {

background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E23AB6), to(#E23AB6));
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;

}

/* application */
/* 8 march special */
.wrapper-claim {
background-color: #ff8fe1 !important;
background-image: none !important;
background-size: cover !important;

}

.march {
position: fixed;
left: 64%;
bottom: -39px;
z-index: 1000000000000000000000000;
}

.special-message {
position: absolute;
background: #ff8fe1;
height: 30px;
color: #fff;
border: 1px solid #666;
width: 319px;
top: 35px;
height: 30px;
font-weight: bold;
font-size: 28px;
border-radius: 4px;
padding: 20px;
right: 56%;
z-index: -10000;
}

.march img {
width: 50%;
}

.close-message {
position: absolute;
cursor: pointer;
top: 42px;
right: 62%;
color: #9E9E9E;
font-size: 15px;
}

.cattool .march {
left: 69%;
}

.cattool .translated,
.cattool .next-untranslated,
.cattool .approved {
background: -webkit-gradient(linear, left top, left bottom, from(#ff8fe1), to(#E23AB6));
background: -moz-linear-gradient(top, #ff8fe1, #E23AB6);
background: linear-gradient(top, #ff8fe1, #E23AB6);
}

.translated:hover, .next-untranslated:hover {
background: #E23AB6 !important;
}

.submenu li.footerSwitcher {
background: #E23AB6 url(../img/matches-down.png) 5px 9px no-repeat !important;
}
20 changes: 1 addition & 19 deletions public/holidays/holidays.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
<div metal:define-macro="upload_holidays">
<!-- 8 march special -->
<link href="${basepath}public/holidays/holidays.css?build=${build_number}" rel="stylesheet" type="text/css"/>
<!-- 8 march special -->

<!-- 8 march special end -->
<div class="march">
<img src="public/img/womens-day.png" />
<div class="special-message">
Happy Women's Day!
</div>
</div>
<script>
$(document).on('click','.march', function() {
$(this).hide();
});
</script>
<!-- 8 march special end -->
</div>

<div metal:define-macro="analyze_holidays">
<!-- 8 march special -->
<link href="${basepath}public/holidays/holidays.css?build=${build_number}" rel="stylesheet" type="text/css"/>
<!-- 8 march special -->

</div>

0 comments on commit 5ad84a0

Please sign in to comment.