Fix messages display
This commit is contained in:
@@ -1,20 +1,7 @@
|
||||
@keyframes blinking {
|
||||
0%, 100% {
|
||||
opacity: 1;
|
||||
#inner_footer {
|
||||
.inner_subcolumns {
|
||||
left: 0 !important;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1000px) {
|
||||
#display_left, #display_right {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
#banner_container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content_wrapper > table {
|
||||
@@ -27,12 +14,6 @@
|
||||
text-align: center !important;
|
||||
padding: 0 9px 0 11px !important;
|
||||
}
|
||||
.flag {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
width: 50px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.shortcut_container {
|
||||
float: none;
|
||||
}
|
||||
@@ -42,16 +23,6 @@
|
||||
.shortcut_container_right {
|
||||
text-align: left;
|
||||
}
|
||||
.shortcut_container_flag {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.shortcut_container_flag_left {
|
||||
left: 10px;
|
||||
}
|
||||
.shortcut_container_flag_right {
|
||||
right: 10px;
|
||||
}
|
||||
.shortcut_element {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
@@ -59,9 +30,6 @@
|
||||
width: 70px !important;
|
||||
text-align: center;
|
||||
}
|
||||
.shortcut_container_flag .shortcut_element {
|
||||
width: auto !important;
|
||||
}
|
||||
.shortcut_element_left, .shortcut_element_right, .shortcut_element_left_premium, .shortcut_element_right_premium {
|
||||
display: none;
|
||||
}
|
||||
@@ -80,17 +48,6 @@
|
||||
position: relative;
|
||||
opacity: 0.7;
|
||||
}
|
||||
a.no_attack {
|
||||
visibility: hidden;
|
||||
}
|
||||
a.has_attack {
|
||||
.shortcut_element_image {
|
||||
animation: blinking 2s infinite;
|
||||
}
|
||||
.shortcut_element_desc {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
a:hover, a.has_notif {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user