Styles for application list
This commit is contained in:
parent
7ffa258196
commit
2172114f86
|
@ -894,6 +894,19 @@ font-weight:normal;
|
||||||
margin-right:11px;
|
margin-right:11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*applications*/
|
||||||
|
.applications {
|
||||||
|
margin-bottom:18px;
|
||||||
|
float:left;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.applications li {
|
||||||
|
list-style-type:none;
|
||||||
|
}
|
||||||
|
.application img {
|
||||||
|
max-width:96px;
|
||||||
|
max-height:96px;
|
||||||
|
}
|
||||||
#showapplication .entity_profile {
|
#showapplication .entity_profile {
|
||||||
width:68%;
|
width:68%;
|
||||||
}
|
}
|
||||||
|
@ -929,7 +942,8 @@ font-size:1.3em;
|
||||||
|
|
||||||
/* NOTICE */
|
/* NOTICE */
|
||||||
.notice,
|
.notice,
|
||||||
.profile {
|
.profile,
|
||||||
|
.application {
|
||||||
position:relative;
|
position:relative;
|
||||||
padding-top:11px;
|
padding-top:11px;
|
||||||
padding-bottom:11px;
|
padding-bottom:11px;
|
||||||
|
|
|
@ -129,6 +129,7 @@ color:#002FA7;
|
||||||
|
|
||||||
.notice,
|
.notice,
|
||||||
.profile,
|
.profile,
|
||||||
|
.application,
|
||||||
#content tbody tr {
|
#content tbody tr {
|
||||||
border-top-color:#C8D1D5;
|
border-top-color:#C8D1D5;
|
||||||
}
|
}
|
||||||
|
@ -378,6 +379,7 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||||
}
|
}
|
||||||
#content .notices li:hover,
|
#content .notices li:hover,
|
||||||
|
#content .applications li:hover,
|
||||||
#content tbody tr:hover {
|
#content tbody tr:hover {
|
||||||
background-color:rgba(240, 240, 240, 0.2);
|
background-color:rgba(240, 240, 240, 0.2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,6 +129,7 @@ color:#002FA7;
|
||||||
|
|
||||||
.notice,
|
.notice,
|
||||||
.profile,
|
.profile,
|
||||||
|
.application,
|
||||||
#content tbody tr {
|
#content tbody tr {
|
||||||
border-top-color:#CEE1E9;
|
border-top-color:#CEE1E9;
|
||||||
}
|
}
|
||||||
|
@ -377,6 +378,7 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||||
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
||||||
}
|
}
|
||||||
#content .notices li:hover,
|
#content .notices li:hover,
|
||||||
|
#content .applications li:hover,
|
||||||
#content tbody tr:hover {
|
#content tbody tr:hover {
|
||||||
background-color:rgba(240, 240, 240, 0.2);
|
background-color:rgba(240, 240, 240, 0.2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user