[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/theme/canvas/style/ -> blocks.css (source)

   1  .block {
   2      padding: 0
   3  }
   4  
   5  .block .footer {
   6      margin-top: 10px;
   7      margin-bottom: 0;
   8      text-align: center;
   9  }
  10  
  11  .block_action .reloadnavigation {
  12      margin-right: 3px;
  13  }
  14  
  15  .block .header .commands .icon {
  16      padding-left: 2px;
  17      padding-right: 2px;
  18      margin-right: 2px;
  19  }
  20  
  21  .block h3 {
  22      padding: 0.5em 0;
  23      text-align: left;
  24      font-size: 1.1em;
  25  }
  26  .dir-rtl .block h3 {text-align: right;}
  27  
  28  /* Login
  29  ------------------------------*/
  30  
  31  .block_login .content {
  32      padding: 5px 10% 5px 0;
  33  }
  34  
  35  .block_login #login_username,
  36  .block_login #login_password {
  37      width:90%;
  38      margin-bottom: 0.5em;
  39      padding: 2px 5px;
  40  }
  41  
  42  .block_login .btn {
  43      margin-top:1em;
  44  }
  45  
  46  .block_login .footer {
  47      text-align: left;
  48  }
  49  .dir-rtl .block_login .footer {text-align: right;}
  50  
  51  /* News
  52  -------------------------------*/
  53  
  54  .block_news_items .newlink {
  55      text-align: center;
  56      margin-bottom: 5px;
  57  }
  58  
  59  .block_news_items .post .head {
  60      font-style: italic;
  61      font-size: 0.9em;
  62      margin-top: 10px;
  63  }
  64  
  65  .block_news_items .post .date {
  66      float: right;
  67      text-align: right;
  68  }
  69  
  70  .block_news_items .post .name {
  71      float: left;
  72      color: #555;
  73  }
  74  
  75  /* Calendar
  76  --------------------------------*/
  77  
  78  .block_calendar_upcoming .event {
  79      font-weight: bold;
  80  }
  81  
  82  .block_calendar_upcoming .date {
  83      font-weight: normal;
  84      font-size: 0.85em;
  85      font-style: italic;
  86      margin-left: 20px;
  87  }
  88  
  89  .block_recent_activity .activitydate {
  90      font-size: 0.9em;
  91      color: #444;
  92      margin-bottom: 5px;
  93  }
  94  
  95  .block_recent_activity .activityhead {
  96      font-size: 0.95em;
  97      margin: 0.5em 0;
  98  }
  99  
 100  /* Messages and Online Users
 101  -------------------------------*/
 102  
 103  .block_messages .info,
 104  .block_online_users .info {
 105      text-align: center;
 106      font-size: 0.85em;
 107      color: #444;
 108      margin-bottom: 7px;
 109  }
 110  
 111  /* Blog Menu
 112  ------------------------------*/
 113  
 114  .block_blog_menu .list li {
 115      font-size: 0.9em;
 116      margin: 0.25em 0;
 117  }
 118  
 119  /* Add block
 120  ------------------------------*/
 121  
 122  .block_adminblock .content .singleselect {
 123      text-align: left;
 124  }


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1