Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Work in progress: cssConsolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sl-eng committed Mar 2, 2012
1 parent 8959c84 commit 718d699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion server/zanata-war/src/main/webapp/edit_home_content.xhtml
Expand Up @@ -16,13 +16,14 @@
<s:token allowMultiplePosts="true" />
<rich:panel id="loggedIn" >
<rich:editor id="homeContent"
width="500" height="600" style="width:500px;"
height="600"
required="false"
value="#{serverConfigurationBean.homeContent}"
viewMode="visual"
useSeamText="true"
configuration="richeditor"
theme="advanced">
<f:param name="width" value="100%"/>
</rich:editor>

<div style="clear:both"></div>
Expand Down
8 changes: 1 addition & 7 deletions server/zanata-war/src/main/webapp/stylesheet/theme.css
Expand Up @@ -54,10 +54,6 @@ fieldset,img {
border: 0;
}

#doc3,#doc4 {
background-color: white;
}

.yui-b {
padding: 5px;
width: 200px;
Expand Down Expand Up @@ -110,13 +106,11 @@ input.with_icon {
height:18px;
}



textarea.code_editor {
font-family: Courier;
font-size: 11px;
font-weight: normal;
width: 450px;
width: 98%;
height: 300px;
}

Expand Down

0 comments on commit 718d699

Please sign in to comment.