Moved theme styles from identica to base
This commit is contained in:
parent
d6b31d42c7
commit
b975ab6c2e
|
@ -684,11 +684,11 @@ right:-1px;
|
||||||
padding:1.795%;
|
padding:1.795%;
|
||||||
width:65%;
|
width:65%;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
|
border-radius:7px;
|
||||||
background-color:#FFFFFF;
|
|
||||||
border:1px solid #CCCCCC;
|
|
||||||
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
|
-webkit-radius-border:7px;
|
||||||
|
border-width:1px;
|
||||||
|
border-style:solid;
|
||||||
}
|
}
|
||||||
.entity_send-a-message .form_notice legend {
|
.entity_send-a-message .form_notice legend {
|
||||||
display:block;
|
display:block;
|
||||||
|
|
|
@ -28,7 +28,8 @@ input, textarea, select,
|
||||||
.entity_remote_subscribe {
|
.entity_remote_subscribe {
|
||||||
border-color:#AAAAAA;
|
border-color:#AAAAAA;
|
||||||
}
|
}
|
||||||
#filter_tags ul li {
|
#filter_tags ul li,
|
||||||
|
.entity_send-a-message .form_notice {
|
||||||
border-color:#DDDDDD;
|
border-color:#DDDDDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,7 +113,8 @@ box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
|
||||||
border-color:transparent;
|
border-color:transparent;
|
||||||
}
|
}
|
||||||
#content,
|
#content,
|
||||||
#site_nav_local_views .current a {
|
#site_nav_local_views .current a,
|
||||||
|
.entity_send-a-message .form_notice {
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -197,6 +199,12 @@ background-position: 0 -718px;
|
||||||
background-image:url(../../base/images/icons/icons-01.png);
|
background-image:url(../../base/images/icons/icons-01.png);
|
||||||
background-position: 0 -849px;
|
background-position: 0 -849px;
|
||||||
}
|
}
|
||||||
|
.entity_send-a-message .form_notice {
|
||||||
|
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
||||||
|
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
||||||
|
-webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
.entity_nudge p,
|
.entity_nudge p,
|
||||||
.form_user_nudge input.submit {
|
.form_user_nudge input.submit {
|
||||||
background-image:url(../../base/images/icons/icons-01.png);
|
background-image:url(../../base/images/icons/icons-01.png);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user