Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10080: Reorganize Directives page interface #1494

Conversation

RaphaelGauthier
Copy link
Member

maxHeight = 'calc(100vh - '+ offsetTop + 'px)';
}
}else{
maxHeight = "none";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should set maxHeight to "none" by default and do not do the else part

@@ -1050,6 +1058,46 @@ table.tablewidth{
}

/* --- DIRECTIVE PAGE --- */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would love to have this in a separate file

directives.css

@@ -876,7 +876,15 @@ a.sidebar-toggle{
position:relative;
opacity:1;
}
/* RULE PAGE */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here I would love to have it in a separate file, only loaded when needed

@VinceMacBuche
Copy link
Member

Ap&art the three small comment this looks ok!

@VinceMacBuche
Copy link
Member

Oops

@RaphaelGauthier
Copy link
Member Author

Commit modified

@RaphaelGauthier RaphaelGauthier force-pushed the ust_10080/reorganize_directives_page_interface branch from 2369964 to 8f41451 Compare February 14, 2017 15:57
@@ -0,0 +1,78 @@
/* --- DIRECTIVES PAGE --- */
Copy link
Member

@VinceMacBuche VinceMacBuche Feb 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add the licence lines like in rudder.css

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

licens lines ...

@RaphaelGauthier
Copy link
Member Author

Commit modified

@RaphaelGauthier RaphaelGauthier force-pushed the ust_10080/reorganize_directives_page_interface branch from 8f41451 to 1bf2440 Compare February 14, 2017 16:02
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 1bf2440 into Normation:branches/rudder/4.1 Feb 14, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants