Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from jdlx/plugins/manager/tweaks
Browse files Browse the repository at this point in the history
Plugins/manager/tweaks
  • Loading branch information
dergel committed May 10, 2012
2 parents f50f3f4 + a68e055 commit 0fa55f7
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 519 deletions.
66 changes: 33 additions & 33 deletions files/manager.css
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
body#rex-page-editme div.rex-form,
body#rex-page-editme div.rex-form,
body#rex-page-editme table.rex-table {
border: 0;
-moz-outline-radius-bottomleft: 4px;
-moz-outline-radius-bottomright: 4px;
-moz-outline-radius-topleft: 4px;
-moz-outline-radius-topright: 4px;
outline: 1px solid #CBCBCB;
}

border: 0;
-moz-outline-radius-bottomleft: 4px;
-moz-outline-radius-bottomright: 4px;
-moz-outline-radius-topleft: 4px;
-moz-outline-radius-topright: 4px;
outline: 1px solid #CBCBCB;
}
#rex-page-editme input.submit {
background-image: url(../be_style/plugins/agk_skin/button.gif);
background-repeat: repeat-x;
padding: 2px 6px;
border: 0;
-moz-outline-radius-bottomleft: 4px;
-moz-outline-radius-bottomright: 4px;
-moz-outline-radius-topleft: 4px;
-moz-outline-radius-topright: 4px;
outline: 1px solid #CBCBCB;
}


background-image: url(../be_style/plugins/agk_skin/button.gif);
background-repeat: repeat-x;
padding: 2px 6px;
border: 0;
-moz-outline-radius-bottomleft: 4px;
-moz-outline-radius-bottomright: 4px;
-moz-outline-radius-topleft: 4px;
-moz-outline-radius-topright: 4px;
outline: 1px solid #CBCBCB;
}
#rex-xform div.rex-widget {
clear:none;
float:left;
display:block;
margin:0px;
width:390px;
/*margin-left:245px;*/
}

clear:none;
float:left;
display:block;
margin:0px;
width:390px;
/*margin-left:245px;*/
}
#rex-xform div.rex-widget input.text {
width:330px;
}
width:330px;
}
#rex-xform div.rex-widget select{
width:335px;
}
width:335px;
}
div#rex-title h1 span {
color:#CBCBCB;
font-size:0.5em;
}
Loading

0 comments on commit 0fa55f7

Please sign in to comment.