quattro: style managed unread notification
This commit is contained in:
parent
7faa88613d
commit
d4dd863b4b
|
@ -2113,6 +2113,22 @@ ul.tabs li .active {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
/* manage page */
|
||||||
|
.identity-match-photo {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.identity-match-photo .manage-notify {
|
||||||
|
background-color: #19AEFF;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 1px 3px;
|
||||||
|
min-width: 15px;
|
||||||
|
text-align: right;
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: -5px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
/* videos page */
|
/* videos page */
|
||||||
.videos .video-top-wrapper {
|
.videos .video-top-wrapper {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
@ -2113,6 +2113,22 @@ ul.tabs li .active {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
/* manage page */
|
||||||
|
.identity-match-photo {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.identity-match-photo .manage-notify {
|
||||||
|
background-color: #19AEFF;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 1px 3px;
|
||||||
|
min-width: 15px;
|
||||||
|
text-align: right;
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: -5px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
/* videos page */
|
/* videos page */
|
||||||
.videos .video-top-wrapper {
|
.videos .video-top-wrapper {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
@ -2113,6 +2113,22 @@ ul.tabs li .active {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
/* manage page */
|
||||||
|
.identity-match-photo {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.identity-match-photo .manage-notify {
|
||||||
|
background-color: #19AEFF;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 1px 3px;
|
||||||
|
min-width: 15px;
|
||||||
|
text-align: right;
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: -5px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
/* videos page */
|
/* videos page */
|
||||||
.videos .video-top-wrapper {
|
.videos .video-top-wrapper {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
@ -1404,6 +1404,24 @@ ul.tabs {
|
||||||
width: 50px; float: left;
|
width: 50px; float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* manage page */
|
||||||
|
.identity-match-photo {
|
||||||
|
position: relative;
|
||||||
|
.manage-notify {
|
||||||
|
background-color: #19AEFF;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 1px 3px;
|
||||||
|
min-width: 15px;
|
||||||
|
text-align: right;
|
||||||
|
position: absolute;
|
||||||
|
right: 10px;
|
||||||
|
top: -5px;
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* videos page */
|
/* videos page */
|
||||||
.videos {
|
.videos {
|
||||||
.video-top-wrapper {
|
.video-top-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue