wording and css fixes
This commit is contained in:
parent
9addc4581e
commit
10cc643f65
@ -154,7 +154,7 @@ function filestorage_content(&$a) {
|
|||||||
'$cpdesc' => t('Copy/paste this code to attach file to a post'),
|
'$cpdesc' => t('Copy/paste this code to attach file to a post'),
|
||||||
'$cpldesc' => t('Copy/paste this URL to link file from a web page'),
|
'$cpldesc' => t('Copy/paste this URL to link file from a web page'),
|
||||||
'$submit' => t('Submit'),
|
'$submit' => t('Submit'),
|
||||||
'$attach_btn_title' => t('Attach this file to a new post'),
|
'$attach_btn_title' => t('Share this file'),
|
||||||
'$link_btn_title' => t('Show URL to this file'),
|
'$link_btn_title' => t('Show URL to this file'),
|
||||||
'$notify' => array('notify', t('Notify your contacts about this file'), 0, '', array(t('No'), t('Yes')))
|
'$notify' => array('notify', t('Notify your contacts about this file'), 0, '', array(t('No'), t('Yes')))
|
||||||
));
|
));
|
||||||
|
@ -1922,15 +1922,14 @@ nav .dropdown-menu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[id^="cloud-index-"]:hover td,
|
[id^="cloud-index-"]:hover td,
|
||||||
.cloud-index-active, {
|
.cloud-index-active {
|
||||||
background-color: $item_colour;
|
background-color: $item_colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
[id^="webpage-list-item"]:hover td {
|
[id^="webpage-list-item-"]:hover td {
|
||||||
background-color: $item_colour;
|
background-color: $item_colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav ul li .undefined,
|
nav ul li .undefined,
|
||||||
nav ul li .notify-seen,
|
nav ul li .notify-seen,
|
||||||
nav ul li .notify-unseen
|
nav ul li .notify-unseen
|
||||||
|
Reference in New Issue
Block a user