-
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
de656b4
commit 16f135a
Showing
8 changed files
with
13,148 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
| ||
|
||
.rmItem img{ | ||
|
||
height:14px; | ||
width:14px; | ||
|
||
} | ||
|
||
/* spacing in menu bar */ | ||
.RadMenu .rmHorizontal .rmText{ | ||
padding:0 5px 1px 0 !important; | ||
|
||
} | ||
|
||
#pgobmbar{ | ||
|
||
|
||
} | ||
|
||
/* Adjust the width of the left and right hand side components of the menubar */ | ||
.clientProvince .lyodiv0 { | ||
width: 20% !important; | ||
} | ||
|
||
.clientProvince .lyodiv1 { | ||
width: 80% !important; | ||
} | ||
|
||
.reToolCell { | ||
display: none; | ||
|
||
} | ||
|
||
.reCentre_top{ | ||
|
||
height:0px!important; | ||
} | ||
.reToolZone { | ||
display: none; | ||
} | ||
.reContentCell { | ||
|
||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
border-style: none !important; | ||
} | ||
|
||
.reLayoutWrapper { | ||
|
||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
background-color: #FFFFFF !important; | ||
|
||
} | ||
|
||
.reContentArea { | ||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
background-color: #FFFFFF !important; | ||
} | ||
|
||
|
||
/* welcome message */ | ||
|
||
|
||
*.welcome | ||
{ | ||
margin-top: 20px; | ||
font-weight: bold; | ||
margin-bottom: 20px; | ||
min-height:25px; | ||
font-family: Arial; | ||
text-align: center; | ||
padding-top:4px; | ||
border-width:0px; | ||
border-radius: 4px !important; | ||
|
||
} | ||
|
||
|
||
.welcome .lbtxt{ | ||
font-size: 1.3em !important; | ||
font-weight:bold; | ||
} | ||
|
||
/* Whiteboard */ | ||
|
||
|
||
|
||
|
||
|
||
*.introTable{ | ||
margin-left:9px; | ||
margin-right:9px; | ||
margin-bottom:10px; | ||
|
||
} | ||
|
||
#introCell div{ | ||
|
||
text-align:center !important; | ||
|
||
} | ||
|
||
|
||
.rcDiv { | ||
background-color: inherit; | ||
padding-top: 15px; | ||
padding-bottom: 15px; | ||
} | ||
|
||
.rcRefreshImage { | ||
font-weight: bold; | ||
font-size: 0.97em; | ||
display: block; | ||
margin-left: 20px; | ||
background-image: url(../../include/images/main/newcaptcha.png); | ||
background-repeat: no-repeat; | ||
padding-left: 30px; | ||
height: 20px; | ||
margin-top: 15px; | ||
margin-bottom: 10px; | ||
width: 120px; | ||
} | ||
|
||
.rcCaptchaAudioLink { | ||
font-weight: bold; | ||
font-size: 1em; | ||
margin-left: 20px; | ||
background-image: url(../../include/images/main/speaker.png); | ||
background-repeat: no-repeat; | ||
padding-left: 30px; | ||
width: 120px; | ||
height: 20px; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,142 @@ | ||
| ||
|
||
.rmItem img{ | ||
|
||
height:14px; | ||
width:14px; | ||
|
||
} | ||
|
||
/* spacing in menu bar */ | ||
.RadMenu .rmHorizontal .rmText{ | ||
padding:0 5px 1px 0 !important; | ||
|
||
} | ||
|
||
#pgobmbar{ | ||
|
||
|
||
} | ||
|
||
/* Adjust the width of the left and right hand side components of the menubar */ | ||
.clientProvince .lyodiv0 { | ||
width: 20% !important; | ||
} | ||
|
||
.clientProvince .lyodiv1 { | ||
width: 80% !important; | ||
} | ||
|
||
.reToolCell { | ||
display: none; | ||
|
||
} | ||
|
||
.reCentre_top{ | ||
|
||
height:0px!important; | ||
} | ||
.reToolZone { | ||
display: none; | ||
} | ||
.reContentCell { | ||
|
||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
border-style: none !important; | ||
} | ||
|
||
.reLayoutWrapper { | ||
|
||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
background-color: #FFFFFF !important; | ||
|
||
} | ||
|
||
.reContentArea { | ||
padding: 0px !important; | ||
margin: 0px !important; | ||
width: 100%; | ||
border-spacing: 0px; | ||
background-color: #FFFFFF !important; | ||
} | ||
|
||
|
||
/* welcome message */ | ||
|
||
|
||
*.welcome | ||
{ | ||
margin-top: 20px; | ||
font-weight: bold; | ||
margin-bottom: 20px; | ||
min-height:25px; | ||
font-family: Arial; | ||
text-align: center; | ||
padding-top:4px; | ||
border-width:0px; | ||
border-radius: 4px !important; | ||
|
||
} | ||
|
||
|
||
.welcome .lbtxt{ | ||
font-size: 1.3em !important; | ||
font-weight:bold; | ||
} | ||
|
||
/* Whiteboard */ | ||
|
||
|
||
|
||
|
||
|
||
*.introTable{ | ||
margin-left:9px; | ||
margin-right:9px; | ||
margin-bottom:10px; | ||
|
||
} | ||
|
||
#introCell div{ | ||
|
||
text-align:center !important; | ||
|
||
} | ||
|
||
|
||
.rcDiv { | ||
background-color: inherit; | ||
padding-top: 15px; | ||
padding-bottom: 15px; | ||
} | ||
|
||
.rcRefreshImage { | ||
font-weight: bold; | ||
font-size: 0.97em; | ||
display: block; | ||
margin-left: 20px; | ||
background-image: url(../../include/images/main/newcaptcha.png); | ||
background-repeat: no-repeat; | ||
padding-left: 30px; | ||
height: 20px; | ||
margin-top: 15px; | ||
margin-bottom: 10px; | ||
width: 120px; | ||
} | ||
|
||
.rcCaptchaAudioLink { | ||
font-weight: bold; | ||
font-size: 1em; | ||
margin-left: 20px; | ||
background-image: url(../../include/images/main/speaker.png); | ||
background-repeat: no-repeat; | ||
padding-left: 30px; | ||
width: 120px; | ||
height: 20px; | ||
} |
Oops, something went wrong.