-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.1.x-dev: (147 commits) tidying up pre-merge 1.1.0 Make it possible for a variant to be a short code. #218 Make variant/group properties protected instead of private in click render class #229 Page search for page destiantion tests #228 Load trial mode if possible #226 Fix destination description display #227 Fix setting of variant from cookie #225 Fixing invalid tests Fix switch to stats view #221 Fix untranslatable string in stats view #224 #wtf Fix pulling/setting cookies for destination testing #222 Don't track sessions if not front-end. #219 Don't create sessions in admin/api requests #219 Fix session setup #220 better setting of variant property for destination tests, click test in general #214 fix types labels/ orders #215 Add hooks for licensing API request #212 Filter to turn on and off admin script loading #210 Add hooks in main UI markup #209 Move admin markup to partial with filterable path #208 ... Conflicts: ingot.php
- Loading branch information
Showing
151 changed files
with
9,796 additions
and
2,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/** | ||
* Content Test Listing | ||
*/ | ||
|
||
.group-panel-wrapper { | ||
margin-bottom: 20px; | ||
white-space: nowrap; | ||
} | ||
.group-panel-wrapper * { | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
} | ||
|
||
#poststuff .group-panel-wrapper h2 { | ||
border-bottom: 1px solid black; | ||
font-size: 20px; | ||
margin-bottom: 20px; | ||
padding: 10px 0; | ||
|
||
|
||
} | ||
.group-panel { | ||
border: 1px solid #CCC; | ||
border-radius: 3px; | ||
box-shadow: 0 0 5px rgba( 0,0,0,0.1 ); | ||
display: inline-block; | ||
padding: 20px; | ||
margin: 0 2.5%; | ||
white-space: normal; | ||
width: 45%; | ||
} | ||
.group-panel h5 { | ||
font-size: 22px; | ||
margin: 0 0 10px 0; | ||
} | ||
|
||
.group-panel code { | ||
display: inline-block; | ||
padding: 5px 10px; | ||
} | ||
|
||
.group-icons a { | ||
display: inline-block; | ||
font-size: 20px; | ||
text-align: center; | ||
width: 30%; | ||
} | ||
.group-icons a.edit { color: black; } | ||
|
||
.paginate { | ||
padding: 10px 20px; | ||
} | ||
.paginate a { | ||
display: inline-block; | ||
margin-left: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.