poke template: make use of global.css
This commit is contained in:
parent
8f92b6eea4
commit
5b93bff6da
|
@ -212,3 +212,20 @@ a {
|
||||||
clip: rect(0,0,0,0);
|
clip: rect(0,0,0,0);
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* poke */
|
||||||
|
#poke-desc {
|
||||||
|
margin: 5px 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#poke-wrapper {
|
||||||
|
padding: 10px 0 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#poke-recipient, #poke-action, #poke-privacy-settings {
|
||||||
|
margin: 10px 0 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
||||||
|
margin: 10px 0 10px;
|
||||||
|
}
|
||||||
|
|
|
@ -959,7 +959,7 @@ input#dfrn-url {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content-wrapper.comment {
|
.wall-item-content-wrapper.comment {
|
||||||
# margin-left: 50px;
|
/*margin-left: 50px;*/
|
||||||
background: #EEEEEE;
|
background: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2022,21 +2022,6 @@ a.mail-list-link {
|
||||||
.message-links-end {
|
.message-links-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poke-wrapper {
|
|
||||||
padding: 10px 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poke-recipient, #poke-action, #poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
|
||||||
margin: 10px 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar-group-list ul {
|
#sidebar-group-list ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
|
@ -4233,7 +4233,7 @@ ul.notifications-menu-popup {
|
||||||
#recip {
|
#recip {
|
||||||
|
|
||||||
}
|
}
|
||||||
.autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
|
.autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
|
||||||
.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
|
.autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
|
||||||
.autocomplete .selected { background:#F0F0F0; }
|
.autocomplete .selected { background:#F0F0F0; }
|
||||||
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
|
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
|
||||||
|
|
|
@ -2267,20 +2267,6 @@ ul.tabs li .active {
|
||||||
-ms-transition: all 0.2s ease-in-out;
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
/* poke */
|
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 25px;
|
|
||||||
}
|
|
||||||
#poke-recipient,
|
|
||||||
#poke-action,
|
|
||||||
#poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
#poke-recip-label,
|
|
||||||
#poke-action-label,
|
|
||||||
#prvmail-message-label {
|
|
||||||
margin: 10px 0 10px;
|
|
||||||
}
|
|
||||||
/* theme screenshot */
|
/* theme screenshot */
|
||||||
.screenshot,
|
.screenshot,
|
||||||
#theme-preview {
|
#theme-preview {
|
||||||
|
|
|
@ -2267,20 +2267,6 @@ ul.tabs li .active {
|
||||||
-ms-transition: all 0.2s ease-in-out;
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
/* poke */
|
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 25px;
|
|
||||||
}
|
|
||||||
#poke-recipient,
|
|
||||||
#poke-action,
|
|
||||||
#poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
#poke-recip-label,
|
|
||||||
#poke-action-label,
|
|
||||||
#prvmail-message-label {
|
|
||||||
margin: 10px 0 10px;
|
|
||||||
}
|
|
||||||
/* theme screenshot */
|
/* theme screenshot */
|
||||||
.screenshot,
|
.screenshot,
|
||||||
#theme-preview {
|
#theme-preview {
|
||||||
|
|
|
@ -2267,20 +2267,6 @@ ul.tabs li .active {
|
||||||
-ms-transition: all 0.2s ease-in-out;
|
-ms-transition: all 0.2s ease-in-out;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
/* poke */
|
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 25px;
|
|
||||||
}
|
|
||||||
#poke-recipient,
|
|
||||||
#poke-action,
|
|
||||||
#poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
#poke-recip-label,
|
|
||||||
#poke-action-label,
|
|
||||||
#prvmail-message-label {
|
|
||||||
margin: 10px 0 10px;
|
|
||||||
}
|
|
||||||
/* theme screenshot */
|
/* theme screenshot */
|
||||||
.screenshot,
|
.screenshot,
|
||||||
#theme-preview {
|
#theme-preview {
|
||||||
|
|
|
@ -1525,18 +1525,6 @@ ul.tabs {
|
||||||
&:hover .mail-delete { .opaque(1); }
|
&:hover .mail-delete { .opaque(1); }
|
||||||
|
|
||||||
}
|
}
|
||||||
/* poke */
|
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poke-recipient, #poke-action, #poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
|
||||||
margin: 10px 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* theme screenshot */
|
/* theme screenshot */
|
||||||
.screenshot, #theme-preview {
|
.screenshot, #theme-preview {
|
||||||
|
|
|
@ -291,7 +291,7 @@ section {
|
||||||
margin: 10px 0 0 230px;
|
margin: 10px 0 0 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-form,
|
.login-form {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2696,18 +2696,6 @@ margin-left: 0px;
|
||||||
/* ========== */
|
/* ========== */
|
||||||
/* = Poke = */
|
/* = Poke = */
|
||||||
/* ========== */
|
/* ========== */
|
||||||
#poke-desc {
|
|
||||||
margin: 5px 0 20px;
|
|
||||||
}
|
|
||||||
#poke-wrapper {
|
|
||||||
margin: 40px 0 20px;
|
|
||||||
}
|
|
||||||
#poke-recipient, #poke-action, #poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
|
||||||
margin: 10px 0 20px;
|
|
||||||
}
|
|
||||||
#poke-recip {
|
#poke-recip {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2496,21 +2496,6 @@ a.mail-list-link {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========== */
|
|
||||||
/* = Poke = */
|
|
||||||
/* ========== */
|
|
||||||
#poke-desc {
|
|
||||||
margin: 10px 0 20px;
|
|
||||||
}
|
|
||||||
#poke-wrapper {
|
|
||||||
margin: 40px 0 20px;
|
|
||||||
}
|
|
||||||
#poke-recipient, #poke-action, #poke-privacy-settings {
|
|
||||||
margin: 10px 0 30px;
|
|
||||||
}
|
|
||||||
#poke-recip-label, #poke-action-label, #prvmail-message-label {
|
|
||||||
margin: 10px 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ========== */
|
/* ========== */
|
||||||
/* = Events = */
|
/* = Events = */
|
||||||
|
|
Loading…
Reference in a new issue