forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'persian/v9.13.3-persian' into persian/v9.13.4-persian
- Loading branch information
Showing
154 changed files
with
27,339 additions
and
298 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
82 changes: 82 additions & 0 deletions
82
DNN Platform/Admin Modules/Dnn.Modules.Console/module.rtl.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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/* Persian-DnnSoftware */ | ||
.console { width:95%; height:95%; } | ||
.console select { margin-right:0px;margin-bottom:4px; } | ||
|
||
.console-none div { height:30px; margin:2px; width:180px; padding:5px; cursor:pointer; text-align:right; float:right; } | ||
.console-none h3 { margin: 0px 28px 2px 2px; padding-top:5px; font-size:1em; line-height: 1.4em; font-weight: normal } | ||
.console-none div div { display:none; } | ||
|
||
.console-none-detail div { padding:10px; clear:both; cursor:pointer; } | ||
.console-none-detail h3 { margin: 2px 28px 2px 2px; padding-top:5px; font-size:1em; } | ||
.console-none-detail div div { margin: 2px 28px 2px 2px; padding:0px; clear:none; } | ||
|
||
.console-small div { height:30px; margin:2px; width:180px; padding:5px; cursor:pointer; text-align:right; float:right; } | ||
.console-small img { padding:4px; float:right; } | ||
.console-small h3 { margin: 0px 28px 2px 2px; padding-top:5px; font-size:1em; line-height: 1.4em; font-weight: normal } | ||
.console-small div div { display:none; } | ||
|
||
.console-small-detail div { padding:10px; clear:both; cursor:pointer; } | ||
.console-small-detail img { padding:4px; float:right; } | ||
.console-small-detail h3 { margin: 2px 28px 2px 2px; padding:0px; font-size:1em; } | ||
.console-small-detail div div { margin: 2px 28px 2px 2px; padding:0px; clear:none; } | ||
|
||
.console-large div { margin:10px; width:130px; height:90px !important; padding:0px; cursor:pointer; text-align:center; float:right; } | ||
.console-large img { float:none; padding: 10px 0px 0px 0px; } | ||
.console-large h3 { margin:2px; width:130px; text-align:center; overflow:hidden; font-size:1em; line-height: 1.4em; padding-top:5px; font-weight: normal } | ||
.console-large div div { display:none; } | ||
|
||
.console-large-detail div { margin:0px; padding:15px; clear:both; cursor:pointer; } | ||
.console-large-detail img { padding:0px; float:right; } | ||
.console-large-detail h3 { margin: 2px 44px 2px 2px; padding: 0px; font-size:1em; } | ||
.console-large-detail div div { margin: 2px 44px 2px 2px; padding:0px; clear:none; } | ||
|
||
.console-mouseon { background-color:#ebedf0; } /*#f1f6f9*/ | ||
|
||
/*------------------------------------------------*/ | ||
/* DEFAULT PROFILE STYLE */ | ||
/*------------------------------------------------*/ | ||
|
||
.UserProfileControls ul li { | ||
list-style-type: none; | ||
} | ||
|
||
/*------------------------------------------------*/ | ||
/* PROFILE STYLE */ | ||
/*------------------------------------------------*/ | ||
.console.profile { | ||
/*width: 250px;*/ | ||
width:100% !important; /* updated for responsive*/ | ||
height: auto; | ||
background-color: #484848; /* Menu Background Color */ | ||
} | ||
|
||
.console.profile .console-none div { | ||
cursor: pointer; | ||
cursor: pointer; | ||
float: right; | ||
height: auto; | ||
/*width: 250px;*/ | ||
width:100% !important; /* updated for responsive*/ | ||
padding: 0px; | ||
margin: 0px; | ||
text-align: right; | ||
} | ||
|
||
.console.profile .console-none h3 { | ||
padding: 10px 40px 10px 8px; | ||
margin: 0; | ||
border-bottom: solid 1px #fff; | ||
background: url('../../images/arrow-right-white.png') 18px center no-repeat; | ||
color: #eee; | ||
font-size: 13px; | ||
line-height: 1; | ||
font-weight: bold; | ||
} | ||
|
||
.console.profile .console-none div div { | ||
display: none; | ||
} | ||
|
||
.console.profile .console-mouseon { | ||
background-color: #70b1c7; /* Menu Hover Background Color */ | ||
} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* Persian-DnnSoftware */ | ||
body { | ||
} | ||
.snippetTree { | ||
float: right; | ||
min-width: 17%; | ||
} | ||
.dnnDisabled { | ||
|
||
} |
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
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
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
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
Oops, something went wrong.