PDF rausgenommen
This commit is contained in:
50
msd2/tracking/piwik/plugins/Goals/stylesheets/goals.css
Normal file
50
msd2/tracking/piwik/plugins/Goals/stylesheets/goals.css
Normal file
@ -0,0 +1,50 @@
|
||||
.goalTopElement {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
.goalTriggerType .input-field {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.goalEntry {
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0 0 10px 0;
|
||||
border-bottom: 1px solid #7e7363;
|
||||
width: 614px;
|
||||
}
|
||||
|
||||
.addEditGoal .goalIsTriggeredWhen,
|
||||
.addEditGoal .whereTheMatchAttrbiute {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* dimension selector */
|
||||
#titleGoalsByDimension {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
ul.ulGoalTopElements {
|
||||
list-style-type: circle;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
ul.ulGoalTopElements li {
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
ul.ulGoalTopElements img {
|
||||
border: 1px solid lightgray;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.ulGoalTopElements a {
|
||||
text-decoration: none;
|
||||
color: #0033CC;
|
||||
border-bottom: 1px dotted #0033CC;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
.goalDescription {
|
||||
padding-bottom: 12px;
|
||||
color: #999;
|
||||
}
|
Reference in New Issue
Block a user