jce-mobile-app/www/css/style.css
Sagi Dayan d80c2661a1 Added Settings and UI tweaks
Now you can lock the grade page with your password.
still needs some work for unlocking  - there should be a
password prompt
2015-01-13 02:14:24 +02:00

56 lines
875 B
CSS

/* Empty. Add your own CSS if you like */
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
body{
font-family: "Alef Hebrew",
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
}
.bar.bar-stable .title{
font-family: "Alef Hebrew",
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
}
.view-container{
font-family: "Alef Hebrew",
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
}
h1{
font-family: "Alef Hebrew",
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
}
.page-content{
direction: rtl;
padding: 15px;
}
.settings{
direction: ltr;
}
.menu-tafrit{
direction: rtl;
}