Project

General

Profile

« Previous | Next » 

Revision 881e7ecf

Added by Andreas Kohlbecker over 11 years ago

fine tuning some margins in synonymy and search results

View differences:

7.x/themes/zen_dataportal/css/forms.css
2 2
 * @file
3 3
 * Form Styling
4 4
 */
5
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\000039}}
5
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\000039}}
6 6
.form-item {
7 7
  /* Wrapper for a form element (or group of form elements) and its label */
8 8
  margin: 1.5em 0;
9 9
}
10
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000314}}
10
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000314}}
11 11
.form-item input.error,
12 12
.form-item textarea.error,
13 13
.form-item select.error {
14 14
  /* Highlight the form elements that caused a form submission error */
15 15
  border: 1px solid #c00;
16 16
}
17
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000318}}
17
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000318}}
18 18
.form-item label {
19 19
  /* The label for a form element */
20 20
  display: block;
21 21
  font-weight: bold;
22 22
}
23
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000323}}
23
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000323}}
24 24
.form-item label.option {
25 25
  /* The label for a radio button or checkbox */
26 26
  display: inline;
27 27
  font-weight: normal;
28 28
}
29
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000328}}
29
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000328}}
30 30
.form-item .form-required {
31 31
  /* The part of the label that indicates a required field */
32 32
  color: #c00;
33 33
}
34
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000332}}
34
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000332}}
35 35
.form-item .description {
36 36
  /* The descriptive help text (separate from the label) */
37 37
  font-size: 0.85em;
38 38
}
39
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000337}}
39
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000337}}
40 40
.form-checkboxes .form-item, .form-radios .form-item {
41 41
  /* Pack groups of checkboxes and radio buttons closer together */
42 42
  margin: 0;
43 43
  /* Drupal core uses "0.4em 0" */
44 44
}
45 45

  
46
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000342}}
46
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000342}}
47 47
.form-submit {
48 48
  /* The submit button */
49 49
}
50 50

  
51
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000347}}
51
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000347}}
52 52
.container-inline div,
53 53
.container-inline label {
54 54
  /* Inline labels and form divs */
55 55
  display: inline;
56 56
}
57 57

  
58
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000352}}
58
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000352}}
59 59
.tips {
60 60
  /* Tips for Drupal's input formats */
61 61
}
62 62

  
63
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000355}}
63
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000355}}
64 64
a.button {
65 65
  /* Buttons used by contrib modules like Media */
66 66
  -webkit-appearance: button;
......
71 71
/*
72 72
 * Password confirmation
73 73
 */
74
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000364}}
74
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000364}}
75 75
.password-parent,
76 76
.confirm-parent {
77 77
  margin: 0;
......
80 80
/*
81 81
 * Search (search-block-form.tpl.php)
82 82
 */
83
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000372}}
83
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000372}}
84 84
#block-search-form {
85 85
  /* Wrapper for the search form */
86 86
}
......
88 88
/*
89 89
 * Drupal's default login form block
90 90
 */
91
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000379}}
91
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000379}}
92 92
#user-login-form {
93 93
  text-align: left;
94 94
  /* LTR */
......
99 99
   * styling of list items.
100 100
   */
101 101
}
102
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000389}}
102
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000389}}
103 103
#user-login-form ul {
104 104
  /* OpenID creates a new ul above the login form's links. */
105 105
  margin-bottom: 0;
106 106
  /* Position OpenID's ul next to the rest of the links. */
107 107
}
108
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000394}}
108
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000394}}
109 109
html.js #user-login-form li.openid-link,
110 110
#user-login-form li.openid-link {
111 111
  /* The "Log in using OpenID" link. */
......
114 114
  /* LTR */
115 115
  /* Un-do some of the padding on the ul list. */
116 116
}
117
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000399}}
117
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\0000399}}
118 118
#user-login-form li.user-link {
119 119
  /* The "Cancel OpenID login" link. */
120 120
  margin-top: 1.5em;
121 121
}
122 122

  
123
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003104}}
123
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003104}}
124 124
#user-login ul {
125 125
  margin: 1.5em 0;
126 126
}
......
131 131
 * We overrode these styles in normalize.css, but restore them for the admin
132 132
 * section of the site.
133 133
 */
134
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003116}}
134
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003116}}
135 135
form th {
136 136
  text-align: left;
137 137
  /* LTR */
......
139 139
  /* LTR */
140 140
  border-bottom: 3px solid #ccc;
141 141
}
142
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003122}}
142
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003122}}
143 143
form tbody {
144 144
  border-top: 1px solid #ccc;
145 145
}
146
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003126}}
146
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003126}}
147 147
form tr.even {
148 148
  background-color: #fff;
149 149
}
150
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003130}}
150
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003130}}
151 151
form table .item-list ul {
152 152
  margin: 0;
153 153
}
......
155 155
/*
156 156
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
157 157
 */
158
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003149}}
158
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/_svn-trunk\/drupal-git\/7\.x\/themes\/zen_dataportal\/sass\/forms\.scss}line{font-family:\00003149}}
159 159
td.menu-disabled {
160 160
  background: #ccc;
161 161
}

Also available in: Unified diff