Merge https://github.com/friendica/red into zpull
This commit is contained in:
commit
44e21c1ef1
@ -50,6 +50,11 @@ a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input[type=text] {
|
||||||
|
font-family: arial,freesans,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
-moz-border-radius: $radiuspx;
|
-moz-border-radius: $radiuspx;
|
||||||
@ -57,7 +62,6 @@ input {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
display: block;
|
display: block;
|
||||||
@ -1890,6 +1894,19 @@ a.mail-list-link {
|
|||||||
#side-follow-url, #side-peoplefind-url {
|
#side-follow-url, #side-peoplefind-url {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#side-peoplefind-url {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#side-peoplefind-url::-webkit-input-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
|
#side-peoplefind-url::-moz-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
#side-follow-submit, #side-peoplefind-submit {
|
#side-follow-submit, #side-peoplefind-submit {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
@ -2036,6 +2053,26 @@ a.mail-list-link {
|
|||||||
transition: background-color 300ms ease 0s;
|
transition: background-color 300ms ease 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-search-text::-webkit-input-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nav-search-text::-moz-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-text {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-text::-webkit-input-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-text::-moz-placeholder {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
}
|
||||||
|
|
||||||
#nav-user-linkmenu img {
|
#nav-user-linkmenu img {
|
||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
@ -2864,8 +2901,8 @@ div.jGrowl div.info {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-w1 {
|
.autocomplete-w1 {
|
||||||
position:fixed;
|
position: fixed;
|
||||||
top:24px;
|
top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete {
|
.autocomplete {
|
||||||
@ -2877,18 +2914,19 @@ div.jGrowl div.info {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-bottom-left-radius:$radiuspx;
|
border-bottom-left-radius: $radiuspx;
|
||||||
border-bottom-right-radius:$radiuspx;
|
border-bottom-right-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete .selected {
|
.autocomplete .selected {
|
||||||
background:$bgcolour;
|
background: $search_background;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete div {
|
.autocomplete div {
|
||||||
padding:2px 5px;
|
padding: 2px 5px;
|
||||||
white-space:nowrap;
|
white-space: nowrap;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
#datebrowse-sidebar select {
|
#datebrowse-sidebar select {
|
||||||
|
Reference in New Issue
Block a user