Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPavel Mocan <pavel@mpavel.ro>2009-10-02 22:31:56 (GMT)
committer Pavel Mocan <pavel@mpavel.ro>2009-10-02 22:31:56 (GMT)
commite61ad633bbad438318033a9857b4eedfd505f2eb (patch)
tree04b74dff574bf0ba15b6435098c37e7fc21d4328 /css
parent8b51b440bb74e8dd568bff6ca68e1c16b405b2bb (diff)
making small changes to html and css. question: shouldn't the javascript see what date it is and display the content according to it? maybe it would be easier for people to read numbers instead of letters regarding the months, eg: 3 instead of C for march, etc
Diffstat (limited to 'css')
-rwxr-xr-xcss/chakra.css42
1 files changed, 20 insertions, 22 deletions
diff --git a/css/chakra.css b/css/chakra.css
index d09c585..7e2362f 100755
--- a/css/chakra.css
+++ b/css/chakra.css
@@ -56,37 +56,32 @@ header, footer, aside, nav, article, section {
margin: 0 auto;
}
-#monthSelect header {
- text-align: left;
- font-size: 1.0em;
- margin: 5px 0 5px 0;
- padding-bottom: 2px;
- font-weight: bold;
-}
-
#curriculum
{
padding: 5px;
background: #ccc;
margin: 10px;
- display: inline;
+ display: block;
+ width: auto;
+ text-align: right;
+ display: none;
+ /* How about putting 'Link to subject curriculum' in the help section ? */
}
.topNav {
width: 30px;
height: 30px;
+ padding: 5px;
}
.floatLeft {
float: left;
- margin-left: 5px;
- margin-bottom: 5px;
}
-
.floatRight {
float: right;
- margin-right: 5px;
- margin-bottom: 5px;
+}
+.inline {
+ display: inline;
}
/* ====================================== */
@@ -177,22 +172,25 @@ header, footer, aside, nav, article, section {
/* ====================================== */
/* ====== INDIVIDUAL GRADE SECTION ====== */
-#weekSelectInput {
+#monthSelect {
text-align: center;
- border-bottom: 1px solid #666;
- padding: 5px 0 5px 0;
+ font-size: 1.0em;
+ font-weight: bold;
+ padding: 5px 0 5px 0;
}
- #weekSelect {
- list-style: none;
- text-align: center;
- }
+.monthList {
+ /* */
+ border-top: 1px solid #666;
+ text-align: center;
+ padding: 5px 0 5px 0;
+}
.lessonList {
- border-top: 1px solid #666;
padding: 1em;
margin: 5px 0 5px 0;
height: 500px;
+ border-top: 1px dashed #666;
}
.lessonName {