CSS files
update plugin references in css files.
This commit is contained in:
parent
20a16b0b35
commit
a7d887a68e
9 changed files with 52 additions and 52 deletions
|
@ -1123,7 +1123,7 @@ input#dfrn-url {
|
|||
/* add ellipsis on text overflow */
|
||||
/* this work on safari, opera, ie, chrome. */
|
||||
/* firefox users have to wait support or we */
|
||||
/* can use a jquery plugin http://bit.ly/zJskg */
|
||||
/* can use a jquery addon http://bit.ly/zJskg */
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
|
@ -2550,7 +2550,7 @@ aside input[type='text'] {
|
|||
}
|
||||
|
||||
|
||||
#plugin-settings-link, #account-settings-link {
|
||||
#addon-settings-link, #account-settings-link {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
@ -3082,10 +3082,10 @@ aside input[type='text'] {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
#adminpage #pluginslist {
|
||||
#adminpage #addonslist {
|
||||
margin: 0px; padding: 0px;
|
||||
}
|
||||
#adminpage .plugin {
|
||||
#adminpage .addon {
|
||||
list-style: none;
|
||||
display: block;
|
||||
border: 1px solid #888888;
|
||||
|
@ -3093,8 +3093,8 @@ aside input[type='text'] {
|
|||
margin-bottom: 5px;
|
||||
clear: left;
|
||||
}
|
||||
#adminpage .plugin .desc { margin-left: 2.5em;}
|
||||
#adminpage .toggleplugin {
|
||||
#adminpage .addon .desc { margin-left: 2.5em;}
|
||||
#adminpage .toggleaddon {
|
||||
float:left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue