Changeset - f2c7bf6f72d5
[Not reviewed]
default
0 2 0
Mads Kiilerich - 8 years ago 2017-06-18 01:09:18
mads@kiilerich.com
style: rename changeset 'container' class to changeset_content_header to avoid conflict with Bootstrap
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1320,7 +1320,7 @@ h3.files_location {
 
    padding: 5px;
 
}
 

	
 
#changeset_content .container {
 
#changeset_content .changeset_content_header {
 
    font-size: 1.2em;
 
    overflow: hidden;
 
}
 
@@ -1333,16 +1333,16 @@ h3.files_location {
 
    padding: 0px 0px 0px 12px !important;
 
}
 

	
 
#changeset_content .container .right {
 
#changeset_content .changeset_content_header .right {
 
    float: right;
 
    width: 20%;
 
    text-align: right;
 
}
 

	
 
#changeset_content .container .message {
 
#changeset_content .changeset_content_header .message {
 
    white-space: pre-wrap;
 
}
 
#changeset_content .container .message a:hover {
 
#changeset_content .changeset_content_header .message a:hover {
 
    text-decoration: none;
 
}
 

	
 
@@ -2470,12 +2470,12 @@ div.form div.form-horizontal div.buttons
 
    max-width: 320px;
 
}
 

	
 
#changeset_content .container .wrapper,
 
#changeset_content .changeset_content_header .wrapper,
 
#graph_content tr .wrapper {
 
    width: 600px;
 
}
 

	
 
#changeset_content .container .date,
 
#changeset_content .changeset_content_header .date,
 
.ac .match {
 
    font-weight: 700;
 
    padding-top: 5px;
kallithea/templates/changeset/changeset.html
Show inline comments
 
@@ -66,7 +66,7 @@ ${self.repo_context_bar('changelog', c.c
 
            </div>
 
        </div>
 
        <div class="panel-body">
 
            <div class="form-group container">
 
            <div class="form-group changeset_content_header">
 

	
 
                <div class="pull-right">
 
                    <span class="logtags">
0 comments (0 inline, 0 general)