]> git.parisson.com Git - teleforma.git/commitdiff
thinner modules
authoryomguy <yomguy@parisson.com>
Fri, 13 Apr 2012 16:15:49 +0000 (18:15 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 13 Apr 2012 16:15:49 +0000 (18:15 +0200)
teleforma/htdocs/css/teleforma.css
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/course_media.html
teleforma/templates/teleforma/courses.html
teleforma/templates/telemeta/base.html
teleforma/templates/telemeta/search_criteria.html

index de1095dcd6f14adda3e4f47f4cc67fe38eaf77e9..48fc60175ec92056f68bcff862b8d827ff5ac310 100644 (file)
@@ -86,7 +86,7 @@ a img { border: none; }
     color: #000000;
     font-weight: bold;
     display:  inline;
-    font-size: 120%;
+    font-size: 1.1em;
 }
 #content h3 {
     color: #000000;
@@ -446,7 +446,7 @@ form.login .submit {
 /* Main navigation bar  (borrowed from Trac) */
 #menu {
     background-color: #000000 ;
-    background:no-repeat url(../images/tw_hd_bg.png) 0 0;
+    background:no-repeat url(../images/tw_hd.png) 0 0;
     background-color:#ebebeb;
     background-repeat:repeat;
     font: normal verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
@@ -541,7 +541,7 @@ color:#FFF;
     width: 100%;
     float:left;
     border-bottom:0px solid #fff;
-    background:no-repeat url(../images/tw_hd_bg.png) 0 0;
+    background:no-repeat url(../images/tw_hd.png) 0 0;
     background-color:#ebebeb;
     background-repeat:repeat;
 }
@@ -551,7 +551,7 @@ color:#FFF;
     display:block;
     height:22px;
     padding: 0.8em 0.5em 0.5em 0.5em;
-    font-size: 0.9em;
+/*     font-size: 0.9em; */
     text-align:left;
     -webkit-border-top-left-radius:0px 0px;
     moz-border-radius-topleft: 0px 0px;
@@ -577,7 +577,7 @@ color:#FFF;
 /* Footer (borrowed from Trac) */
 #footer {
     background: #000000;
-    background:no-repeat url(../images/tw_hd_bg.png) 0 0;
+    background:no-repeat url(../images/tw_hd.png) 0 0;
     background-color:#ebebeb;
     background-repeat:repeat;
     clear: both;
@@ -934,33 +934,6 @@ img.align-left {
     margin-left: 0.4em;
 }
 
-#module-set {
-    float: right;
-    clear: right;
-}
-
-#module-set .module {
-    border: 1px solid #000;
-    background-image: url(../images/grid_bg_2.png);
-    padding: 0.4em 0.4em 0.4em 0.4em;
-    margin: 2em 2.5em 0em 0em;
-    -moz-border-radius: 8px 0px 8px 8px;
-    -webkit-border-radius: 8px 0px 8px 8px;
-    border-radius: 8px 0px 8px 8px;
-}
-
-#module-set .module h3 {
-    color: #FFF;
-    font-size: 1.1em;
-    font-weight: bold;
-    margin-top: 0.2em;
-    margin-bottom: 0.2em;
-}
-
-#module-set .module a:hover {
-    text-decoration: none;
-}
-
 a.image-link {
     border: none;
 }
@@ -1327,6 +1300,7 @@ a.image-link {
     width: 250px;
 }
 
+
 /*focus on elements*/
 a:focus,div:focus{
     -moz-outline: 1px dotted #999  !important;
@@ -1340,6 +1314,36 @@ input,textarea{
     border-top: 1px dotted #000000;
 }
 
+#module-set {
+    float: right;
+    clear: right;
+}
+
+#module-set .module {
+    border: 1px solid #000;
+    background-color: #000000 ;
+    background:no-repeat url(../images/tw_hd.png) 0 0;
+    background-color:#ebebeb;
+    background-repeat:repeat;
+    padding: 0.2em;
+    margin: 2em 2.5em 0em 0em;
+    -moz-border-radius: 8px 0px 8px 8px;
+    -webkit-border-radius: 8px 0px 8px 8px;
+    border-radius: 8px 0px 8px 8px;
+}
+
+#module-set .module h3 {
+    color: #FFF;
+    font-size: 1em;
+    font-weight: bold;
+    margin-top: 0.2em;
+    margin-bottom: 0.2em;
+}
+
+#module-set .module a:hover {
+    text-decoration: none;
+}
+
 #module-set-left {
     float: left;
     clear: left;
@@ -1348,8 +1352,8 @@ input,textarea{
 
 #module-set-left .module {
         border: 1px solid #000;
-        background-image: url(../images/grid_bg_2.png);
-        padding: 0.3em 0.4em 0.4em 0.4em;
+        background-image: url(../images/tw_hd.png);
+        padding: 0.2em;
         margin: 0em 0em 1.5em 0em;
         -moz-border-radius: 8px 0px 8px 8px;
         -webkit-border-radius: 8px 0px 8px 8px;
@@ -1358,7 +1362,7 @@ input,textarea{
 
 #module-set-left .module h3 {
             color: #FFF;
-            font-size: 1.1em;
+            font-size: 1em;
             font-weight: bold;
             }
 
@@ -1368,7 +1372,7 @@ input,textarea{
             }
 
 #module-set-left .module ul {
-        margin: 0em 0em 0em 0.5em;
+        margin: 0em 0em 0em 0.3em;
         font-size: 0.9125em;
         background-color: #FFF;
         color: #0000 ;
@@ -1440,7 +1444,7 @@ input,textarea{
     border-radius: 8px 0px 0px 0px;
     padding: 0em 0.8em 0em 0em;
     font-weight: bold;
-    font-size: 1.2em;
+    font-size: 1.1em;
     }
 
 .course_content {
@@ -1539,7 +1543,8 @@ input,textarea{
 
 
 #chatwindow {
-    height: 36em;
+    min-height: 10em;
+    max-height: 35em;
     border-bottom: 1px solid;
     padding: 0.8em;
     overflow: auto;
index dd905200c55b6ff089cab1aa62f09924eb780828..0a1fa1edd4f887eceb31fa3c1f55bcb0cad8dac3 100644 (file)
@@ -65,7 +65,7 @@ $(document).ready(function(){
 <div id="chatwindow"><span id="loading">Loading...</span></div>
 <form id="chatform">{% csrf_token %}
 <label for="msg"></label>
-<input type="text" id="msg" />
+<input type="text" id="msg" size="16" />
 <input type="submit" value="{% trans "Send" %}" />
 </form>
 <!-- <script type="text/javascript">document.getElementById("msg").focus();</script> -->
index 530a2d9aff2534c93ce9c0e98f94095554586ffd..df6ac2994c5bae9d46d22bac0d96d457f002c213 100644 (file)
@@ -60,7 +60,7 @@ $(document).ready(function(){
 
 {% block chat %}
 {% if room %}
-<div id="module-set" style="width: 270px">
+<div id="module-set" style="width: 22%">
 <div class="module">
 <h3><img src="{% url telemeta-images "search_wh2.png" %}" alt="rss" style="vertical-align:middle" />{% trans "Tweeter" %}</h3>
 
@@ -68,7 +68,7 @@ $(document).ready(function(){
 <div id="chatwindow"><span id="loading">Loading...</span></div>
 <form id="chatform">{% csrf_token %}
 <label for="msg"></label>
-<input type="text" id="msg" />
+<input type="text" id="msg" size="16" />
 <input type="submit" value="{% trans "Send" %}" />
 </form>
 <!-- <script type="text/javascript">document.getElementById("msg").focus();</script> -->
index ae2d38ecf63c5053a50d9819a8083194fa54e3e2..b7d66d218646d89efefa388bfc8fb88bc80d2c60 100644 (file)
@@ -90,7 +90,7 @@ $(document).ready(function(){
 
 {% block chat %}
 {% if room %}
-<div id="module-set" style="width: 23%">
+<div id="module-set" style="width: 22%">
 <div class="module">
 <h3><img src="{% url telemeta-images "search_wh2.png" %}" alt="rss" style="vertical-align:middle" />{% trans "Tweeter" %}</h3>
 
@@ -98,7 +98,7 @@ $(document).ready(function(){
 <div id="chatwindow"><span id="loading">Loading...</span></div>
 <form id="chatform">{% csrf_token %}
 <label for="msg"></label>
-<input type="text" id="msg" />
+<input type="text" id="msg" size="16" />
 <input type="submit" value="{% trans "Send" %}" />
 </form>
 <!-- <script type="text/javascript">document.getElementById("msg").focus();</script> -->
index 4ce15ced93f2c35533b8a594cb6ab101e7c5f2e8..e93fc18d777b6bf53c9aa00fcf9da2faa8102d6b 100644 (file)
@@ -156,7 +156,7 @@ alt="logo" />
    </td>
    <td>
     <p class="center">
-
+     &nbsp;
     </p>
    </td>
    <td>
index 6fa737a49ce945b62793e23b414e308b057b2439..0c6ea64da371fd750cd3f934c3b81552bc73d572 100644 (file)
@@ -74,6 +74,7 @@ $(document).ready(function () {
 <div class="desk_center">
 <div class="course">
 <h1>{% trans "Advanced Search" %}</h1>
+
 <form action="{% url telemeta-search %}" id="searchform">{% csrf_token %}
 <fieldset>