Project

General

Profile

Download (1.24 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * RTL companion for the forms.css file.
4
 */
5
/*
6
 * Drupal's default login form block
7
 */
8
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms-rtl\.scss}line{font-family:\0000313}}
9
#user-login-form {
10
  text-align: right;
11
  /*
12
   * OpenID
13
   *
14
   * The default styling for the OpenID login link seems to assume Garland's
15
   * styling of list items.
16
   */
17
}
18
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms-rtl\.scss}line{font-family:\0000324}}
19
html.js #user-login-form li.openid-link,
20
#user-login-form li.openid-link {
21
  /* The "Log in using OpenID" link. */
22
  margin-left: 0;
23
  margin-right: -20px;
24
  /* Un-do some of the padding on the ul list. */
25
}
26

    
27
/*
28
 * Drupal admin tables
29
 *
30
 * We overrode these styles in html-elements.css, but restore them for the admin
31
 * section of the site.
32
 */
33
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms-rtl\.scss}line{font-family:\0000338}}
34
form th {
35
  text-align: right;
36
  padding-left: 1em;
37
  padding-right: 0;
38
}
(8-8/21)