forked from servee/servee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b9b0fa
commit 4e44710
Showing
5 changed files
with
151 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
@import url(inline-type-forms.css); | ||
@import url(overlay.css); | ||
@import url(overlay-type-forms.css); | ||
@import url(animate.css); | ||
|
||
/*@import url(formOverrides.css);*/ | ||
@import url(animate.css); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +0,0 @@ | ||
/*--- don't know what these are anymore... scrapping soon ---*/ | ||
|
||
body fieldset.frontendadmin p, body fieldset.frontendadmin{ | ||
background: none transparent; | ||
border:0 none; | ||
padding:0; | ||
} | ||
body fieldset.frontendadmin p input[type="text"], body fieldset.frontendadmin p input[type="password"], body fieldset.frontendadmin p textarea { | ||
border:1px solid #ccc; | ||
border-bottom:1px solid #eee; | ||
padding:4px; | ||
} | ||
body fieldset.frontendadmin textarea{ | ||
height:375px; | ||
} | ||
|
||
body .defaultSkin table.mceLayout { | ||
border-bottom:1px solid #eee; | ||
background:none transparent; | ||
} | ||
body .defaultSkin .mceIframeContainer{ | ||
border:0 none; | ||
} | ||
body .defaultSkin tr.mceLast{ | ||
display: none; | ||
} | ||
|
||
/*- more inline edits -*/ | ||
span#id_content_parent, textarea#id_content, input[id="id_title"]{ | ||
width:100%; | ||
clear:both; | ||
} | ||
label[for="id_content"], label[for="id_title"]{ | ||
text-align: left; | ||
} | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters