forked from ryanlelek/Raneto
-
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.
notice: the example project strings are hard coded so in order to have translations there too we need to include them into translation files or somewhere inside that example project.
- Loading branch information
1 parent
d5203d1
commit 7d00a55
Showing
7 changed files
with
58 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
* { | ||
direction: rtl; | ||
unicode-bidi: embed; | ||
font-family: 'Roboto', sans-serif; | ||
} | ||
|
||
.header .logo { | ||
margin-right: 20px; | ||
font-size: 20px; | ||
line-height: 34px; | ||
} | ||
|
||
.header .search-form { | ||
margin-left: 20px; | ||
} | ||
|
||
.footer .copyright { | ||
margin: 0 0 40px 20px; | ||
font-size: 85%; | ||
color: #999; | ||
} | ||
|
||
.list-group { | ||
padding-left: unset; | ||
padding-right: 0; | ||
} | ||
|
||
.header | ||
.container-fluid | ||
.row | ||
.col-sm-6 | ||
form { | ||
float: left !important; | ||
} | ||
|
||
.content | ||
.btn-group { | ||
float: left !important; | ||
} |
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