Move close button to upper right corner of cookie warning & styling adjustements (#1522)
* Move close button before to upper right corner of cookie warning * Update index_admin.jet.html * Update main.css * Update tomorrow.css * Update tomorrow.css * Update main.css * lighter background
Cette révision appartient à :
Parent
a0f12724de
révision
cacbceb9e2
4 fichiers modifiés avec 24 ajouts et 12 suppressions
|
@ -450,6 +450,9 @@ select.form-input {
|
||||||
.results {
|
.results {
|
||||||
padding: 0!important;
|
padding: 0!important;
|
||||||
}
|
}
|
||||||
|
.admin-content .results {
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
@ -1897,11 +1900,11 @@ span.tag {
|
||||||
#admin-header {
|
#admin-header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-bottom:none;
|
word-spacing: -0.265em;
|
||||||
border-radius: 3px 3px 0 0;
|
margin-bottom: -2px;
|
||||||
word-spacing: -0.26em;
|
|
||||||
border: 1px solid #b3b3b3;
|
border: 1px solid #b3b3b3;
|
||||||
background: white;
|
border-radius: 3px 3px 0 0;
|
||||||
|
background: #e8e8e8;
|
||||||
}
|
}
|
||||||
#admin-header .nav-btn {
|
#admin-header .nav-btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1911,8 +1914,16 @@ span.tag {
|
||||||
text-decoration: initial;
|
text-decoration: initial;
|
||||||
border-right: 1px solid #b3b3b3;
|
border-right: 1px solid #b3b3b3;
|
||||||
}
|
}
|
||||||
#admin-header .nav-btn.active {
|
#admin-header .nav-btn.active, #admin-header .nav-btn:hover, #admin-header:hover .nav-btn.active:hover, #admin-header .nav-btn:focus {
|
||||||
background: #ffebc7;
|
background: hsl(198, 100%, 100%);
|
||||||
|
height: 37px;
|
||||||
|
margin-bottom: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-header:hover .nav-btn.active, #admin-header:active .nav-btn.active{
|
||||||
|
background: none;
|
||||||
|
height: 36px;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Language specific CSS */
|
/* Language specific CSS */
|
||||||
|
|
|
@ -224,7 +224,7 @@ td.tr-le, .error-text {
|
||||||
#announce {
|
#announce {
|
||||||
color: #3a4249;
|
color: #3a4249;
|
||||||
background-color: #F4E0C9;
|
background-color: #F4E0C9;
|
||||||
border-color: #ae875b;
|
border-color: #ae875b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#admin-header {
|
#admin-header {
|
||||||
|
@ -233,10 +233,11 @@ td.tr-le, .error-text {
|
||||||
}
|
}
|
||||||
#admin-header .nav-btn {
|
#admin-header .nav-btn {
|
||||||
border-color: #141517;
|
border-color: #141517;
|
||||||
color: #c5c8c6;
|
color: #a2a7a4;
|
||||||
}
|
}
|
||||||
#admin-header .nav-btn.active {
|
#admin-header .nav-btn.active, #admin-header .nav-btn:hover, #admin-header:hover .nav-btn.active:hover, #admin-header .nav-btn:focus {
|
||||||
background-color: #3d4144;
|
background-color: #2c2f34;
|
||||||
|
color: #c5c8c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.torrent-preview-table>table {
|
.torrent-preview-table>table {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{* We used to add the class content for admin *}
|
{* We used to add the class content for admin *}
|
||||||
{{ block contclass()}}{{end}}
|
{{ block contclass()}}admin-content{{end}}
|
||||||
|
|
||||||
{* We add the mod panel title and the title block *}
|
{* We add the mod panel title and the title block *}
|
||||||
{{block titleBase()}} Moderation Panel - {{block title()}}{{end}}
|
{{block titleBase()}} Moderation Panel - {{block title()}}{{end}}
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
{{ if !EUCookieLaw }}<div id="cookie-warning">{{ T("cookie_warning")|raw }}<span id="cookie-warning-close" class="close">×</span></div>{{ end }}
|
{{ if !EUCookieLaw }}<div id="cookie-warning"><span id="cookie-warning-close" class="close">×</span>{{ T("cookie_warning")|raw }}</div>{{ end }}
|
||||||
<script type="text/javascript" charset="utf-8">var commitVersion = "{{ Config.Build }}", UserID = {{User.ID}};</script>
|
<script type="text/javascript" charset="utf-8">var commitVersion = "{{ Config.Build }}", UserID = {{User.ID}};</script>
|
||||||
<script type="text/javascript" src="/js/query.js?v={{ Config.Version}}{{ Config.Build }}"></script>
|
<script type="text/javascript" src="/js/query.js?v={{ Config.Version}}{{ Config.Build }}"></script>
|
||||||
<script type="text/javascript" charset="utf-8" src="/js/main.js?v={{ Config.Version }}{{ Config.Build }}" async></script>
|
<script type="text/javascript" charset="utf-8" src="/js/main.js?v={{ Config.Version }}{{ Config.Build }}" async></script>
|
||||||
|
|
Référencer dans un nouveau ticket