Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
bc248a1d
Commit
bc248a1d
authored
Mar 28, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - tender widget: revised styling with spam protection back in place
parent
3a4bdf19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
cms/static/sass/elements/_tender-widget.scss
+9
-7
No files found.
cms/static/sass/elements/_tender-widget.scss
View file @
bc248a1d
...
...
@@ -9,7 +9,7 @@
#tender_window
{
@include
border-radius
(
3px
);
@include
box-shadow
(
0
2px
3px
$shadow
);
height
:
650px
!
important
;
height
:
(
$baseline
*
35
)
!
important
;
background
:
$white
!
important
;
border
:
1px
solid
$gray
;
}
...
...
@@ -24,8 +24,6 @@
#tender_closer
{
color
:
$blue-l2
!
important
;
margin-top
:
10px
;
margin-right
:
5px
;
text-transform
:
uppercase
;
&
:hover
{
...
...
@@ -53,7 +51,7 @@
.widget-layout
.header
{
background
:
rgb
(
85
,
151
,
221
);
padding
:
20px
;
padding
:
10px
20px
;
}
.widget-layout
h1
,
.widget-layout
h2
,
.widget-layout
h3
,
.widget-layout
h4
,
.widget-layout
h5
,
.widget-layout
h6
,
.widget-layout
label
{
...
...
@@ -61,8 +59,7 @@
}
.widget-layout
.header
h1
{
font-weight
:
500
;
font-size
:
24px
;
font-size
:
22px
;
}
.widget-layout
.content
{
...
...
@@ -195,9 +192,14 @@
display
:
block
!
important
;
}
.widget-layout
dl
#brain_buster_captcha
#captcha_answer
{
border-color
:
#333
;
}
.widget-layout
dl
#brain_buster_captcha
dd
label
{
display
:
block
;
margin
:
0
15px
0
0
!
important
;
font-weight
:
700
;
margin
:
0
15px
5px
0
!
important
;
}
.widget-layout
dl
#brain_buster_captcha
dd
#captcha_answer
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment